holo: titlebars #129
|
@ -156,7 +156,7 @@ mailwidget = lain.widgets.imap({
|
|||
]]
|
||||
|
||||
-- MPD
|
||||
mpd_icon = wibox.widget.imagebox(beautiful.mpd)
|
||||
mpd_icon = awful.widget.launcher({ image = beautiful.mpd, command = musicplr })
|
||||
prev_icon = wibox.widget.imagebox(beautiful.prev)
|
||||
next_icon = wibox.widget.imagebox(beautiful.nex)
|
||||
stop_icon = wibox.widget.imagebox(beautiful.stop)
|
||||
|
@ -189,8 +189,6 @@ musicwidget = wibox.container.margin(musicbg, 0, 0, 5, 5)
|
|||
|
||||
musicwidget:buttons(awful.util.table.join(awful.button({ }, 1,
|
||||
function () awful.spawn.with_shell(musicplr) end)))
|
||||
mpd_icon:buttons(awful.util.table.join(awful.button({ }, 1,
|
||||
function () awful.spawn.with_shell(musicplr) end)))
|
||||
prev_icon:buttons(awful.util.table.join(awful.button({}, 1,
|
||||
function ()
|
||||
awful.spawn.with_shell("mpc prev || ncmpc prev || pms prev")
|
||||
|
@ -800,7 +798,7 @@ awful.rules.rules = {
|
|||
|
||||
-- Titlebars
|
||||
{ rule_any = { type = { "dialog", "normal" } },
|
||||
properties = { titlebars_enabled = false } },
|
||||
properties = { titlebars_enabled = true } },
|
||||
|
||||
-- Set Firefox to always map on the first tag on screen 1.
|
||||
{ rule = { class = "Firefox" },
|
||||
|
|
BIN
themes/holo/icons/titlebar/close_focus.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
themes/holo/icons/titlebar/close_normal.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
themes/holo/icons/titlebar/floating_focus_active.png
Normal file
After Width: | Height: | Size: 491 B |
BIN
themes/holo/icons/titlebar/floating_focus_inactive.png
Normal file
After Width: | Height: | Size: 350 B |
BIN
themes/holo/icons/titlebar/floating_normal_active.png
Normal file
After Width: | Height: | Size: 492 B |
BIN
themes/holo/icons/titlebar/floating_normal_inactive.png
Normal file
After Width: | Height: | Size: 350 B |
BIN
themes/holo/icons/titlebar/maximized_focus_active.png
Normal file
After Width: | Height: | Size: 696 B |
BIN
themes/holo/icons/titlebar/maximized_focus_inactive.png
Normal file
After Width: | Height: | Size: 719 B |
BIN
themes/holo/icons/titlebar/maximized_normal_active.png
Normal file
After Width: | Height: | Size: 693 B |
BIN
themes/holo/icons/titlebar/maximized_normal_inactive.png
Normal file
After Width: | Height: | Size: 695 B |
BIN
themes/holo/icons/titlebar/minimize_focus.png
Normal file
After Width: | Height: | Size: 277 B |
BIN
themes/holo/icons/titlebar/minimize_normal.png
Normal file
After Width: | Height: | Size: 272 B |
BIN
themes/holo/icons/titlebar/ontop_focus_active.png
Normal file
After Width: | Height: | Size: 609 B |
BIN
themes/holo/icons/titlebar/ontop_focus_inactive.png
Normal file
After Width: | Height: | Size: 756 B |
BIN
themes/holo/icons/titlebar/ontop_normal_active.png
Normal file
After Width: | Height: | Size: 619 B |
BIN
themes/holo/icons/titlebar/ontop_normal_inactive.png
Normal file
After Width: | Height: | Size: 769 B |
BIN
themes/holo/icons/titlebar/sticky_focus_active.png
Normal file
After Width: | Height: | Size: 717 B |
BIN
themes/holo/icons/titlebar/sticky_focus_inactive.png
Normal file
After Width: | Height: | Size: 937 B |
BIN
themes/holo/icons/titlebar/sticky_normal_active.png
Normal file
After Width: | Height: | Size: 726 B |
BIN
themes/holo/icons/titlebar/sticky_normal_inactive.png
Normal file
After Width: | Height: | Size: 981 B |
|
@ -13,6 +13,7 @@ theme.wallpaper = os.getenv("HOME") .. "/.config/awesome/the
|
|||
|
||||
theme.font = "Roboto Bold 10"
|
||||
theme.taglist_font = "Roboto Condensed Regular 8"
|
||||
|
||||
theme.fg_normal = "#FFFFFF"
|
||||
theme.fg_focus = "#0099CC"
|
||||
theme.bg_focus = "#303030"
|
||||
|
@ -25,6 +26,7 @@ theme.border_focus = "#0099CC"
|
|||
theme.taglist_fg_focus = "#FFFFFF"
|
||||
theme.tasklist_bg_normal = "#222222"
|
||||
theme.tasklist_fg_focus = "#4CB7DB"
|
||||
|
||||
theme.menu_height = 20
|
||||
theme.menu_width = 160
|
||||
|
||||
|
@ -72,4 +74,25 @@ theme.tasklist_disable_icon = true
|
|||
|
||||
theme.useless_gap = 4
|
||||
|
||||
theme.titlebar_close_button_normal = theme.icon_dir.."/titlebar/close_normal.png"
|
||||
theme.titlebar_close_button_focus = theme.icon_dir.."/titlebar/close_focus.png"
|
||||
theme.titlebar_minimize_button_normal = theme.icon_dir.."/titlebar/minimize_normal.png"
|
||||
theme.titlebar_minimize_button_focus = theme.icon_dir.."/titlebar/minimize_focus.png"
|
||||
theme.titlebar_ontop_button_normal_inactive = theme.icon_dir.."/titlebar/ontop_normal_inactive.png"
|
||||
theme.titlebar_ontop_button_focus_inactive = theme.icon_dir.."/titlebar/ontop_focus_inactive.png"
|
||||
theme.titlebar_ontop_button_normal_active = theme.icon_dir.."/titlebar/ontop_normal_active.png"
|
||||
theme.titlebar_ontop_button_focus_active = theme.icon_dir.."/titlebar/ontop_focus_active.png"
|
||||
theme.titlebar_sticky_button_normal_inactive = theme.icon_dir.."/titlebar/sticky_normal_inactive.png"
|
||||
theme.titlebar_sticky_button_focus_inactive = theme.icon_dir.."/titlebar/sticky_focus_inactive.png"
|
||||
theme.titlebar_sticky_button_normal_active = theme.icon_dir.."/titlebar/sticky_normal_active.png"
|
||||
theme.titlebar_sticky_button_focus_active = theme.icon_dir.."/titlebar/sticky_focus_active.png"
|
||||
theme.titlebar_floating_button_normal_inactive = theme.icon_dir.."/titlebar/floating_normal_inactive.png"
|
||||
theme.titlebar_floating_button_focus_inactive = theme.icon_dir.."/titlebar/floating_focus_inactive.png"
|
||||
theme.titlebar_floating_button_normal_active = theme.icon_dir.."/titlebar/floating_normal_active.png"
|
||||
theme.titlebar_floating_button_focus_active = theme.icon_dir.."/titlebar/floating_focus_active.png"
|
||||
theme.titlebar_maximized_button_normal_inactive = theme.icon_dir.."/titlebar/maximized_normal_inactive.png"
|
||||
theme.titlebar_maximized_button_focus_inactive = theme.icon_dir.."/titlebar/maximized_focus_inactive.png"
|
||||
theme.titlebar_maximized_button_normal_active = theme.icon_dir.."/titlebar/maximized_normal_active.png"
|
||||
theme.titlebar_maximized_button_focus_active = theme.icon_dir.."/titlebar/maximized_focus_active.png"
|
||||
|
||||
return theme
|
||||
|
|
Before Width: | Height: | Size: 330 KiB After Width: | Height: | Size: 658 KiB |