Commit a284c701941d5652464d16018149b63f5be6d673

Authored by Ian Foster
1 parent b224cfdad5
Exists in master

minor theme notes

Showing 1 changed file with 3 additions and 0 deletions Inline Diff

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