Commit 09f7f34021c184b9ba2c174b7cbefdf7c9ffe0ad
1 parent
eb03b1f9c2
Exists in
master
awesome black bar
Showing 1 changed file with 2 additions and 2 deletions Inline Diff
awesome/awesome/zenburn_LR/theme.lua
View file @
09f7f34
------------------------------- | 1 | 1 | ------------------------------- | |
-- "Zenburn" awesome theme -- | 2 | 2 | -- "Zenburn" awesome theme -- | |
-- By Adrian C. (anrxc) -- | 3 | 3 | -- By Adrian C. (anrxc) -- | |
------------------------------- | 4 | 4 | ------------------------------- | |
5 | 5 | |||
-- Alternative icon sets and widget icons: | 6 | 6 | -- Alternative icon sets and widget icons: | |
-- * http://awesome.naquadah.org/wiki/Nice_Icons | 7 | 7 | -- * http://awesome.naquadah.org/wiki/Nice_Icons | |
8 | 8 | |||
-- {{{ Main | 9 | 9 | -- {{{ Main | |
theme = {} | 10 | 10 | theme = {} | |
theme.wallpaper_cmd = { "awsetbg -a .wallpaper.jpg" } | 11 | 11 | theme.wallpaper_cmd = { "awsetbg -a .wallpaper.jpg" } | |
-- }}} | 12 | 12 | -- }}} | |
13 | 13 | |||
-- {{{ Styles | 14 | 14 | -- {{{ Styles | |
theme.font = "sans 8" | 15 | 15 | theme.font = "sans 8" | |
16 | 16 | |||
-- {{{ Colors | 17 | 17 | -- {{{ Colors | |
theme.fg_normal = "#DCDCCC" | 18 | 18 | theme.fg_normal = "#DCDCCC" | |
theme.fg_focus = "#F0DFAF" | 19 | 19 | theme.fg_focus = "#F0DFAF" | |
theme.fg_urgent = "#CC9393" | 20 | 20 | theme.fg_urgent = "#CC9393" | |
theme.bg_normal = "#3F3F3F" | 21 | 21 | theme.bg_normal = "#000000" | |
theme.bg_focus = "#1E2320" | 22 | 22 | theme.bg_focus = "#333333" | |
theme.bg_urgent = "#3F3F3F" | 23 | 23 | theme.bg_urgent = "#3F3F3F" | |
-- }}} | 24 | 24 | -- }}} | |
25 | 25 | |||
-- {{{ Borders | 26 | 26 | -- {{{ Borders | |
--theme.border_width = "1" | 27 | 27 | --theme.border_width = "1" | |
theme.border_width = "0" | 28 | 28 | theme.border_width = "0" | |
theme.border_normal = "#3F3F3F" | 29 | 29 | theme.border_normal = "#3F3F3F" | |
theme.border_focus = "#6F6F6F" | 30 | 30 | theme.border_focus = "#6F6F6F" | |
theme.border_marked = "#CC9393" | 31 | 31 | theme.border_marked = "#CC9393" | |
-- }}} | 32 | 32 | -- }}} | |
33 | 33 | |||
-- {{{ Titlebars | 34 | 34 | -- {{{ Titlebars | |
theme.titlebar_bg_focus = "#3F3F3F" | 35 | 35 | theme.titlebar_bg_focus = "#3F3F3F" | |
theme.titlebar_bg_normal = "#3F3F3F" | 36 | 36 | theme.titlebar_bg_normal = "#3F3F3F" | |
-- }}} | 37 | 37 | -- }}} | |
38 | 38 | |||
-- There are other variable sets | 39 | 39 | -- There are other variable sets | |
-- overriding the default one when | 40 | 40 | -- overriding the default one when | |
-- defined, the sets are: | 41 | 41 | -- defined, the sets are: | |
-- [taglist|tasklist]_[bg|fg]_[focus|urgent] | 42 | 42 | -- [taglist|tasklist]_[bg|fg]_[focus|urgent] | |
-- titlebar_[normal|focus] | 43 | 43 | -- titlebar_[normal|focus] | |
-- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color] | 44 | 44 | -- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color] | |
-- Example: | 45 | 45 | -- Example: | |
--theme.taglist_bg_focus = "#CC9393" | 46 | 46 | --theme.taglist_bg_focus = "#CC9393" | |
-- }}} | 47 | 47 | -- }}} | |
48 | 48 | |||
-- {{{ Widgets | 49 | 49 | -- {{{ Widgets | |
-- You can add as many variables as | 50 | 50 | -- You can add as many variables as | |
-- you wish and access them by using | 51 | 51 | -- you wish and access them by using | |
-- beautiful.variable in your rc.lua | 52 | 52 | -- beautiful.variable in your rc.lua | |
--theme.fg_widget = "#AECF96" | 53 | 53 | --theme.fg_widget = "#AECF96" | |
--theme.fg_center_widget = "#88A175" | 54 | 54 | --theme.fg_center_widget = "#88A175" | |
--theme.fg_end_widget = "#FF5656" | 55 | 55 | --theme.fg_end_widget = "#FF5656" | |
--theme.bg_widget = "#494B4F" | 56 | 56 | --theme.bg_widget = "#494B4F" | |
--theme.border_widget = "#3F3F3F" | 57 | 57 | --theme.border_widget = "#3F3F3F" | |
-- }}} | 58 | 58 | -- }}} | |
59 | 59 | |||
-- {{{ Mouse finder | 60 | 60 | -- {{{ Mouse finder | |
theme.mouse_finder_color = "#CC9393" | 61 | 61 | theme.mouse_finder_color = "#CC9393" | |
-- mouse_finder_[timeout|animate_timeout|radius|factor] | 62 | 62 | -- mouse_finder_[timeout|animate_timeout|radius|factor] | |
-- }}} | 63 | 63 | -- }}} | |
64 | 64 | |||
-- {{{ Menu | 65 | 65 | -- {{{ Menu | |
-- Variables set for theming the menu: | 66 | 66 | -- Variables set for theming the menu: | |
-- menu_[bg|fg]_[normal|focus] | 67 | 67 | -- menu_[bg|fg]_[normal|focus] | |
-- menu_[border_color|border_width] | 68 | 68 | -- menu_[border_color|border_width] | |
theme.menu_height = "15" | 69 | 69 | theme.menu_height = "15" | |
theme.menu_width = "100" | 70 | 70 | theme.menu_width = "100" | |
-- }}} | 71 | 71 | -- }}} | |
72 | 72 | |||
-- {{{ Icons | 73 | 73 | -- {{{ Icons | |
-- {{{ Taglist | 74 | 74 | -- {{{ Taglist | |
theme.taglist_squares_sel = ".config/awesome/zenburn_LR/taglist/squarefz.png" | 75 | 75 | theme.taglist_squares_sel = ".config/awesome/zenburn_LR/taglist/squarefz.png" | |
theme.taglist_squares_unsel = ".config/awesome/zenburn_LR/taglist/squarez.png" | 76 | 76 | theme.taglist_squares_unsel = ".config/awesome/zenburn_LR/taglist/squarez.png" | |
--theme.taglist_squares_resize = "false" | 77 | 77 | --theme.taglist_squares_resize = "false" | |
-- }}} | 78 | 78 | -- }}} | |
79 | 79 | |||
-- {{{ Misc | 80 | 80 | -- {{{ Misc | |
theme.awesome_icon = ".config/awesome/zenburn_LR/awesome-icon.png" | 81 | 81 | theme.awesome_icon = ".config/awesome/zenburn_LR/awesome-icon.png" | |
theme.menu_submenu_icon = "/usr/share/awesome/themes/default/submenu.png" | 82 | 82 | theme.menu_submenu_icon = "/usr/share/awesome/themes/default/submenu.png" | |
theme.tasklist_floating_icon = "/usr/share/awesome/themes/default/tasklist/floatingw.png" | 83 | 83 | theme.tasklist_floating_icon = "/usr/share/awesome/themes/default/tasklist/floatingw.png" | |
-- }}} | 84 | 84 | -- }}} | |
85 | 85 | |||
-- {{{ Layout | 86 | 86 | -- {{{ Layout | |
theme.layout_tile = ".config/awesome/zenburn_LR/layouts/tile.png" | 87 | 87 | theme.layout_tile = ".config/awesome/zenburn_LR/layouts/tile.png" | |
theme.layout_tileleft = ".config/awesome/zenburn_LR/layouts/tileleft.png" | 88 | 88 | theme.layout_tileleft = ".config/awesome/zenburn_LR/layouts/tileleft.png" | |
theme.layout_tilebottom = ".config/awesome/zenburn_LR/layouts/tilebottom.png" | 89 | 89 | theme.layout_tilebottom = ".config/awesome/zenburn_LR/layouts/tilebottom.png" | |
theme.layout_tiletop = ".config/awesome/zenburn_LR/layouts/tiletop.png" | 90 | 90 | theme.layout_tiletop = ".config/awesome/zenburn_LR/layouts/tiletop.png" | |
theme.layout_fairv = ".config/awesome/zenburn_LR/layouts/fairv.png" | 91 | 91 | theme.layout_fairv = ".config/awesome/zenburn_LR/layouts/fairv.png" | |
theme.layout_fairh = ".config/awesome/zenburn_LR/layouts/fairh.png" | 92 | 92 | theme.layout_fairh = ".config/awesome/zenburn_LR/layouts/fairh.png" | |
theme.layout_spiral = ".config/awesome/zenburn_LR/layouts/spiral.png" | 93 | 93 | theme.layout_spiral = ".config/awesome/zenburn_LR/layouts/spiral.png" | |
theme.layout_dwindle = ".config/awesome/zenburn_LR/layouts/dwindle.png" | 94 | 94 | theme.layout_dwindle = ".config/awesome/zenburn_LR/layouts/dwindle.png" | |
theme.layout_max = ".config/awesome/zenburn_LR/layouts/max.png" | 95 | 95 | theme.layout_max = ".config/awesome/zenburn_LR/layouts/max.png" | |
theme.layout_fullscreen = ".config/awesome/zenburn_LR/layouts/fullscreen.png" | 96 | 96 | theme.layout_fullscreen = ".config/awesome/zenburn_LR/layouts/fullscreen.png" | |
theme.layout_magnifier = ".config/awesome/zenburn_LR/layouts/magnifier.png" | 97 | 97 | theme.layout_magnifier = ".config/awesome/zenburn_LR/layouts/magnifier.png" | |
theme.layout_floating = ".config/awesome/zenburn_LR/layouts/floating.png" | 98 | 98 | theme.layout_floating = ".config/awesome/zenburn_LR/layouts/floating.png" | |
-- }}} | 99 | 99 | -- }}} | |
100 | 100 | |||
-- {{{ Titlebar | 101 | 101 | -- {{{ Titlebar | |
theme.titlebar_close_button_focus = ".config/awesome/zenburn_LR/titlebar/close_focus.png" | 102 | 102 | theme.titlebar_close_button_focus = ".config/awesome/zenburn_LR/titlebar/close_focus.png" | |
theme.titlebar_close_button_normal = ".config/awesome/zenburn_LR/titlebar/close_normal.png" | 103 | 103 | theme.titlebar_close_button_normal = ".config/awesome/zenburn_LR/titlebar/close_normal.png" | |
104 | 104 | |||
theme.titlebar_ontop_button_focus_active = ".config/awesome/zenburn_LR/titlebar/ontop_focus_active.png" | 105 | 105 | theme.titlebar_ontop_button_focus_active = ".config/awesome/zenburn_LR/titlebar/ontop_focus_active.png" | |
theme.titlebar_ontop_button_normal_active = ".config/awesome/zenburn_LR/titlebar/ontop_normal_active.png" | 106 | 106 | theme.titlebar_ontop_button_normal_active = ".config/awesome/zenburn_LR/titlebar/ontop_normal_active.png" | |
theme.titlebar_ontop_button_focus_inactive = ".config/awesome/zenburn_LR/titlebar/ontop_focus_inactive.png" | 107 | 107 | theme.titlebar_ontop_button_focus_inactive = ".config/awesome/zenburn_LR/titlebar/ontop_focus_inactive.png" | |
theme.titlebar_ontop_button_normal_inactive = ".config/awesome/zenburn_LR/titlebar/ontop_normal_inactive.png" | 108 | 108 | theme.titlebar_ontop_button_normal_inactive = ".config/awesome/zenburn_LR/titlebar/ontop_normal_inactive.png" | |
109 | 109 | |||
theme.titlebar_sticky_button_focus_active = ".config/awesome/zenburn_LR/titlebar/sticky_focus_active.png" | 110 | 110 | theme.titlebar_sticky_button_focus_active = ".config/awesome/zenburn_LR/titlebar/sticky_focus_active.png" |