summaryrefslogtreecommitdiff
path: root/config/awesome/themes/weasel/theme.lua
blob: 32e9bb7ab466f8bff1d4a0e8be3b44637718423f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
theme = {}
theme.bg_normal     = "#222222"
theme.bg_focus      = "#666d8c"

theme.border_width  = 1
theme.border_normal = "#222222"
theme.border_focus  = "#009966"

theme.wallpaper = "/usr/share/wallpapers/joy/contents/images/1920x1200.png"

-- XX --
-- XX --theme.font          = "sans 8"
-- XX --
-- XX --theme.bg_normal     = "#222222"
-- XX --theme.bg_focus      = "#535d6c"
-- XX --theme.bg_urgent     = "#ff0000"
-- XX --theme.bg_minimize   = "#444444"
-- XX --theme.bg_systray    = theme.bg_normal
-- XX --
-- XX --theme.fg_normal     = "#aaaaaa"
-- XX --theme.fg_focus      = "#ffffff"
-- XX --theme.fg_urgent     = "#ffffff"
-- XX --theme.fg_minimize   = "#ffffff"
-- XX --
-- XX --theme.border_width  = 1
-- XX --theme.border_normal = "#000000"
-- XX --theme.border_focus  = "#535d6c"
-- XX --theme.border_marked = "#91231c"
-- XX --
-- XX ---- There are other variable sets
-- XX ---- overriding the default one when
-- XX ---- defined, the sets are:
-- XX ---- taglist_[bg|fg]_[focus|urgent|occupied|empty]
-- XX ---- tasklist_[bg|fg]_[focus|urgent]
-- XX ---- titlebar_[bg|fg]_[normal|focus]
-- XX ---- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color]
-- XX ---- mouse_finder_[color|timeout|animate_timeout|radius|factor]
-- XX ---- Example:
-- XX ----theme.taglist_bg_focus = "#ff0000"
-- XX --
-- XX ---- Display the taglist squares
-- XX --theme.taglist_squares_sel   = "/usr/share/awesome/themes/default/taglist/squarefw.png"
-- XX --theme.taglist_squares_unsel = "/usr/share/awesome/themes/default/taglist/squarew.png"
-- XX --
-- XX ---- Variables set for theming the menu:
-- XX ---- menu_[bg|fg]_[normal|focus]
-- XX ---- menu_[border_color|border_width]
-- XX --theme.menu_submenu_icon = "/usr/share/awesome/themes/default/submenu.png"
-- XX --theme.menu_height = 15
-- XX --theme.menu_width  = 100
-- XX --
-- XX ---- You can add as many variables as
-- XX ---- you wish and access them by using
-- XX ---- beautiful.variable in your rc.lua
-- XX ----theme.bg_widget = "#cc0000"
-- XX --
-- XX ---- Define the image to load
-- XX --theme.titlebar_close_button_normal = "/usr/share/awesome/themes/default/titlebar/close_normal.png"
-- XX --theme.titlebar_close_button_focus  = "/usr/share/awesome/themes/default/titlebar/close_focus.png"
-- XX --
-- XX --theme.titlebar_ontop_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/ontop_normal_inactive.png"
-- XX --theme.titlebar_ontop_button_focus_inactive  = "/usr/share/awesome/themes/default/titlebar/ontop_focus_inactive.png"
-- XX --theme.titlebar_ontop_button_normal_active = "/usr/share/awesome/themes/default/titlebar/ontop_normal_active.png"
-- XX --theme.titlebar_ontop_button_focus_active  = "/usr/share/awesome/themes/default/titlebar/ontop_focus_active.png"
-- XX --
-- XX --theme.titlebar_sticky_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/sticky_normal_inactive.png"
-- XX --theme.titlebar_sticky_button_focus_inactive  = "/usr/share/awesome/themes/default/titlebar/sticky_focus_inactive.png"
-- XX --theme.titlebar_sticky_button_normal_active = "/usr/share/awesome/themes/default/titlebar/sticky_normal_active.png"
-- XX --theme.titlebar_sticky_button_focus_active  = "/usr/share/awesome/themes/default/titlebar/sticky_focus_active.png"
-- XX --
-- XX --theme.titlebar_floating_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/floating_normal_inactive.png"
-- XX --theme.titlebar_floating_button_focus_inactive  = "/usr/share/awesome/themes/default/titlebar/floating_focus_inactive.png"
-- XX --theme.titlebar_floating_button_normal_active = "/usr/share/awesome/themes/default/titlebar/floating_normal_active.png"
-- XX --theme.titlebar_floating_button_focus_active  = "/usr/share/awesome/themes/default/titlebar/floating_focus_active.png"
-- XX --
-- XX --theme.titlebar_maximized_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/maximized_normal_inactive.png"
-- XX --theme.titlebar_maximized_button_focus_inactive  = "/usr/share/awesome/themes/default/titlebar/maximized_focus_inactive.png"
-- XX --theme.titlebar_maximized_button_normal_active = "/usr/share/awesome/themes/default/titlebar/maximized_normal_active.png"
-- XX --theme.titlebar_maximized_button_focus_active  = "/usr/share/awesome/themes/default/titlebar/maximized_focus_active.png"
-- XX --
-- XX --theme.wallpaper = "/usr/share/awesome/themes/default/background.png"
-- XX --
-- XX ---- You can use your own layout icons like this:
-- XX --theme.layout_fairh = "/usr/share/awesome/themes/default/layouts/fairhw.png"
-- XX --theme.layout_fairv = "/usr/share/awesome/themes/default/layouts/fairvw.png"
-- XX --theme.layout_floating  = "/usr/share/awesome/themes/default/layouts/floatingw.png"
-- XX --theme.layout_magnifier = "/usr/share/awesome/themes/default/layouts/magnifierw.png"
-- XX --theme.layout_max = "/usr/share/awesome/themes/default/layouts/maxw.png"
-- XX --theme.layout_fullscreen = "/usr/share/awesome/themes/default/layouts/fullscreenw.png"
-- XX --theme.layout_tilebottom = "/usr/share/awesome/themes/default/layouts/tilebottomw.png"
-- XX --theme.layout_tileleft   = "/usr/share/awesome/themes/default/layouts/tileleftw.png"
-- XX --theme.layout_tile = "/usr/share/awesome/themes/default/layouts/tilew.png"
-- XX --theme.layout_tiletop = "/usr/share/awesome/themes/default/layouts/tiletopw.png"
-- XX --theme.layout_spiral  = "/usr/share/awesome/themes/default/layouts/spiralw.png"
-- XX --theme.layout_dwindle = "/usr/share/awesome/themes/default/layouts/dwindlew.png"
-- XX --
-- XX --theme.awesome_icon = "/usr/share/awesome/icons/awesome16.png"
-- XX --
-- XX ---- Define the icon theme for application icons. If not set then the icons 
-- XX ---- from /usr/share/icons and /usr/share/icons/hicolor will be used.
-- XX --theme.icon_theme = nil
-- XX --
-- XX --return theme
-- XX ---- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
--
return theme
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80