]> git.rmz.io Git - dotfiles.git/blob - awesome/themes/mlp/theme.lua
awesome: icons are now part of the theme
[dotfiles.git] / awesome / themes / mlp / theme.lua
1 ---------------------------
2 -- Default awesome theme --
3 ---------------------------
4
5 local theme = {}
6 local awful = require("awful")
7
8 theme.path = gears.filesystem.get_dir("config").."/themes/mlp"
9
10 theme.font = "Droid Sans 8"
11
12 theme.bg_normal = "#222222"
13 theme.bg_focus = "#535d6c"
14 theme.bg_urgent = "#ff0000"
15 theme.bg_minimize = "#444444"
16 theme.bg_systray = theme.bg_normal
17
18 theme.fg_normal = "#aaaaaa"
19 theme.fg_focus = "#ffffff"
20 theme.fg_urgent = "#ffffff"
21 theme.fg_minimize = "#ffffff"
22
23 theme.useless_gap = 10
24 theme.gap_single_client = false
25 theme.border_width = 2
26 theme.border_normal = "#000000"
27 theme.border_focus = "#535d6c"
28 theme.border_marked = "#91231c"
29
30 theme.tooltip_fg = theme.fg_normal
31 theme.tooltip_bg = theme.bg_normal
32
33 -- There are other variable sets
34 -- overriding the default one when
35 -- defined, the sets are:
36 -- [taglist|tasklist]_[bg|fg]_[focus|urgent]
37 -- titlebar_[bg|fg]_[normal|focus]
38 -- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color]
39 -- mouse_finder_[color|timeout|animate_timeout|radius|factor]
40 -- Example:
41 --theme.taglist_bg_focus = "#ff0000"
42
43 -- Display the taglist squares
44 theme.taglist_squares_sel = theme.path.."/taglist/squarefw.png"
45 theme.taglist_squares_unsel = theme.path.."/taglist/squarew.png"
46
47 theme.taglist_icon_only = false
48
49 theme.taglist_icon_01 = theme.path.."/cutiemarks/pinkie_pie.png"
50 theme.taglist_icon_02 = theme.path.."/cutiemarks/rainbow_dash.png"
51 theme.taglist_icon_03 = theme.path.."/cutiemarks/twilight_sparkle.png"
52 theme.taglist_icon_04 = theme.path.."/cutiemarks/doctor_whooves.png"
53 theme.taglist_icon_05 = theme.path.."/cutiemarks/derpy_hooves.png"
54 theme.taglist_icon_06 = theme.path.."/cutiemarks/trixie.png"
55 theme.taglist_icon_07 = theme.path.."/cutiemarks/soarin.png"
56 theme.taglist_icon_08 = theme.path.."/cutiemarks/princess_celestia.png"
57 theme.taglist_icon_09 = theme.path.."/cutiemarks/princess_luna.png"
58 theme.taglist_icon_10 = theme.path.."/cutiemarks/snails.png"
59 theme.taglist_icon_11 = theme.path.."/cutiemarks/snips.png"
60 theme.taglist_icon_12 = theme.path.."/cutiemarks/lyra_heartstrings.png"
61 theme.taglist_icon_13 = theme.path.."/cutiemarks/rarity.png"
62 theme.taglist_icon_14 = theme.path.."/cutiemarks/fluttershy.png"
63 theme.taglist_icon_15 = theme.path.."/cutiemarks/applejack.png"
64 theme.taglist_icon_16 = theme.path.."/cutiemarks/snowflake.png"
65 theme.taglist_icon_17 = theme.path.."/cutiemarks/thunderlane.png"
66 theme.taglist_icon_18 = theme.path.."/cutiemarks/bon_bon.png"
67
68 -- Variables set for theming the menu:
69 -- menu_[bg|fg]_[normal|focus]
70 -- menu_[border_color|border_width]
71 theme.menu_submenu_icon = theme.path.."/submenu.png"
72 theme.menu_height = 15
73 theme.menu_width = 100
74
75 -- You can add as many variables as
76 -- you wish and access them by using
77 -- beautiful.variable in your rc.lua
78 --theme.bg_widget = "#cc0000"
79
80 -- Define the image to load
81 theme.titlebar_ontop_button_normal_inactive = theme.path.."/titlebar/ontop_normal_inactive.png"
82 theme.titlebar_ontop_button_focus_inactive = theme.path.."/titlebar/ontop_focus_inactive.png"
83 theme.titlebar_ontop_button_normal_active = theme.path.."/titlebar/ontop_normal_active.png"
84 theme.titlebar_ontop_button_focus_active = theme.path.."/titlebar/ontop_focus_active.png"
85
86 theme.titlebar_sticky_button_normal_inactive = theme.path.."/titlebar/sticky_normal_inactive.png"
87 theme.titlebar_sticky_button_focus_inactive = theme.path.."/titlebar/sticky_focus_inactive.png"
88 theme.titlebar_sticky_button_normal_active = theme.path.."/titlebar/sticky_normal_active.png"
89 theme.titlebar_sticky_button_focus_active = theme.path.."/titlebar/sticky_focus_active.png"
90
91 theme.titlebar_floating_button_normal_inactive = theme.path.."/titlebar/floating_normal_inactive.png"
92 theme.titlebar_floating_button_focus_inactive = theme.path.."/titlebar/floating_focus_inactive.png"
93 theme.titlebar_floating_button_normal_active = theme.path.."/titlebar/floating_normal_active.png"
94 theme.titlebar_floating_button_focus_active = theme.path.."/titlebar/floating_focus_active.png"
95
96 theme.titlebar_maximized_button_normal_inactive = theme.path.."/titlebar/maximized_normal_inactive.png"
97 theme.titlebar_maximized_button_focus_inactive = theme.path.."/titlebar/maximized_focus_inactive.png"
98 theme.titlebar_maximized_button_normal_active = theme.path.."/titlebar/maximized_normal_active.png"
99 theme.titlebar_maximized_button_focus_active = theme.path.."/titlebar/maximized_focus_active.png"
100
101 theme.wallpaper = theme.path.."/background.png"
102
103 -- You can use your own layout icons like this:
104 theme.layout_fairh = theme.path.."/layouts/fairhw.png"
105 theme.layout_fairv = theme.path.."/layouts/fairvw.png"
106 theme.layout_floating = theme.path.."/layouts/floatingw.png"
107 theme.layout_magnifier = theme.path.."/layouts/magnifierw.png"
108 theme.layout_max = theme.path.."/layouts/maxw.png"
109 theme.layout_fullscreen = theme.path.."/layouts/fullscreenw.png"
110 theme.layout_tilebottom = theme.path.."/layouts/tilebottomw.png"
111 theme.layout_tileleft = theme.path.."/layouts/tileleftw.png"
112 theme.layout_tile = theme.path.."/layouts/tilew.png"
113 theme.layout_tiletop = theme.path.."/layouts/tiletopw.png"
114 theme.layout_spiral = theme.path.."/layouts/spiralw.png"
115 theme.layout_dwindle = theme.path.."/layouts/dwindlew.png"
116 theme.layout_cornernw = theme.path.."/layouts/cornernww.png"
117 theme.layout_cornerne = theme.path.."/layouts/cornernew.png"
118 theme.layout_cornersw = theme.path.."/layouts/cornersww.png"
119 theme.layout_cornerse = theme.path.."/layouts/cornersew.png"
120
121 theme.awesome_icon = "/usr/share/awesome/icons/awesome16.png"
122
123 theme.mpd_default_album = theme.path.."/mpd_default_album.png"
124
125 -- Define the icon theme for application icons. If not set then the icons
126 -- from /usr/share/icons and /usr/share/icons/hicolor will be used.
127 theme.icon_theme = nil
128
129 return theme
130
131 -- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80