summaryrefslogtreecommitdiff
path: root/config/awesome/themes/weasel/theme.lua
blob: 09914b6d411bce23e82647fad931ff54c1887261 (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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
theme = {}

theme.font          = "sans 8"

theme.bg_normal     = "#222222"
theme.bg_focus      = "#666d8c"
theme.bg_urgent     = "#ff0000"
theme.bg_systray    = theme.bg_normal

theme.fg_normal     = "#aaaaaa"
theme.fg_focus      = "#ffffff"
theme.fg_urgent     = "#ffffff"

theme.bg_minimize   = "#000000"
theme.fg_minimize   = "#555555"

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

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



---- Display the taglist squares
theme.taglist_squares_sel   = "/usr/share/awesome/themes/default/taglist/squarefw.png"
theme.taglist_squares_unsel = "/usr/share/awesome/themes/default/taglist/squarew.png"

theme.layout_fairh = "/usr/share/awesome/themes/default/layouts/fairhw.png"
theme.layout_fairv = "/usr/share/awesome/themes/default/layouts/fairvw.png"
theme.layout_floating  = "/usr/share/awesome/themes/default/layouts/floatingw.png"
theme.layout_magnifier = "/usr/share/awesome/themes/default/layouts/magnifierw.png"
theme.layout_max = "/usr/share/awesome/themes/default/layouts/maxw.png"
theme.layout_fullscreen = "/usr/share/awesome/themes/default/layouts/fullscreenw.png"
theme.layout_tilebottom = "/usr/share/awesome/themes/default/layouts/tilebottomw.png"
theme.layout_tileleft   = "/usr/share/awesome/themes/default/layouts/tileleftw.png"
theme.layout_tile = "/usr/share/awesome/themes/default/layouts/tilew.png"
theme.layout_tiletop = "/usr/share/awesome/themes/default/layouts/tiletopw.png"
theme.layout_spiral  = "/usr/share/awesome/themes/default/layouts/spiralw.png"
theme.layout_dwindle = "/usr/share/awesome/themes/default/layouts/dwindlew.png"



--theme.border_marked = "#91231c"
theme.border_marked = "#00ff00"

---- Variables set for theming the menu:
---- menu_[bg|fg]_[normal|focus]
---- menu_[border_color|border_width]
--theme.menu_submenu_icon = "/usr/share/awesome/themes/default/submenu.png"
--theme.menu_height = 15
--theme.menu_width  = 100

---- Define the image to load
theme.titlebar_close_button_normal = "/usr/share/awesome/themes/default/titlebar/close_normal.png"
theme.titlebar_close_button_focus  = "/usr/share/awesome/themes/default/titlebar/close_focus.png"

theme.titlebar_ontop_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/ontop_normal_inactive.png"
theme.titlebar_ontop_button_focus_inactive  = "/usr/share/awesome/themes/default/titlebar/ontop_focus_inactive.png"
theme.titlebar_ontop_button_normal_active = "/usr/share/awesome/themes/default/titlebar/ontop_normal_active.png"
theme.titlebar_ontop_button_focus_active  = "/usr/share/awesome/themes/default/titlebar/ontop_focus_active.png"

theme.titlebar_sticky_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/sticky_normal_inactive.png"
theme.titlebar_sticky_button_focus_inactive  = "/usr/share/awesome/themes/default/titlebar/sticky_focus_inactive.png"
theme.titlebar_sticky_button_normal_active = "/usr/share/awesome/themes/default/titlebar/sticky_normal_active.png"
theme.titlebar_sticky_button_focus_active  = "/usr/share/awesome/themes/default/titlebar/sticky_focus_active.png"

theme.titlebar_floating_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/floating_normal_inactive.png"
theme.titlebar_floating_button_focus_inactive  = "/usr/share/awesome/themes/default/titlebar/floating_focus_inactive.png"
theme.titlebar_floating_button_normal_active = "/usr/share/awesome/themes/default/titlebar/floating_normal_active.png"
theme.titlebar_floating_button_focus_active  = "/usr/share/awesome/themes/default/titlebar/floating_focus_active.png"

theme.titlebar_maximized_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/maximized_normal_inactive.png"
theme.titlebar_maximized_button_focus_inactive  = "/usr/share/awesome/themes/default/titlebar/maximized_focus_inactive.png"
theme.titlebar_maximized_button_normal_active = "/usr/share/awesome/themes/default/titlebar/maximized_normal_active.png"
theme.titlebar_maximized_button_focus_active  = "/usr/share/awesome/themes/default/titlebar/maximized_focus_active.png"

theme.awesome_icon = "/usr/share/awesome/icons/awesome16.png"
theme.icon_theme = nil

-- 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