summaryrefslogtreecommitdiff
path: root/ni/theme.lua
diff options
context:
space:
mode:
authorNicolas Schodet2015-05-07 21:58:37 +0200
committerNicolas Schodet2015-05-07 22:01:36 +0200
commitd9ac8e2bec2ac5107a75e18d5edb53b48bf3a31e (patch)
tree0148bc8348945d82d215f20f210029f486c0e13f /ni/theme.lua
parentf153a3b868c54b3e09169d4055945b69bb606e3d (diff)
add volume icon and separator
Diffstat (limited to 'ni/theme.lua')
-rw-r--r--ni/theme.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/ni/theme.lua b/ni/theme.lua
index 3deb20f..7f3c41a 100644
--- a/ni/theme.lua
+++ b/ni/theme.lua
@@ -93,4 +93,7 @@ theme.layout_dwindle = theme_dir .. "/icons/layouts/dwindle.png"
theme.awesome_icon = theme_dir .. "/icons/awesome.png"
+theme.widget_sep = theme_dir .. "/icons/separator.png"
+theme.widget_vol = theme_dir .. "/icons/vol.png"
+
return theme