summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--icons/cal.pngbin215 -> 219 bytes
-rw-r--r--icons/separator.pngbin0 -> 195 bytes
-rw-r--r--rc.lua19
-rw-r--r--zenburn.lua1
4 files changed, 11 insertions, 9 deletions
diff --git a/icons/cal.png b/icons/cal.png
index fdb2701..327c8cf 100644
--- a/icons/cal.png
+++ b/icons/cal.png
Binary files differ
diff --git a/icons/separator.png b/icons/separator.png
new file mode 100644
index 0000000..d4e9aab
--- /dev/null
+++ b/icons/separator.png
Binary files differ
diff --git a/rc.lua b/rc.lua
index 083a81b..76a0528 100644
--- a/rc.lua
+++ b/rc.lua
@@ -1,6 +1,6 @@
-- {{{ License
--
--- Awesome configuration, using awesome 3.4.2 on Arch GNU/Linux
+-- Awesome configuration, using awesome 3.4.3 on Arch GNU/Linux
-- * Adrian C. <anrxc@sysphere.org>
-- Screenshot: http://sysphere.org/gallery/snapshots
@@ -68,9 +68,10 @@ end
-- {{{ Widgets configuration
--
-- {{{ Reusable separators
-spacer = widget({ type = "textbox" })
-separator = widget({ type = "textbox" })
-separator.text, spacer.text = "|", " "
+spacer = widget({ type = "textbox" })
+separator = widget({ type = "imagebox" })
+spacer.text = " "
+separator.image = image(beautiful.widget_sep)
-- }}}
-- {{{ CPU usage and temperature
@@ -297,14 +298,14 @@ for s = 1, screen.count() do
s == screen.count() and systray or nil,
separator, datewidget, dateicon,
separator, volwidget, spacer, volbar.widget, volicon,
- separator, spacer, orgwidget, orgicon,
+ separator, orgwidget, orgicon,
separator, mailwidget, mailicon,
separator, upicon, netwidget, dnicon,
separator, fs.b.widget, fs.s.widget, fs.h.widget, fs.r.widget, fsicon,
- separator, spacer, membar.widget, spacer, memicon,
- separator, spacer, batwidget, baticon,
- separator, cpugraph.widget, spacer, tzswidget, cpuicon,
- ["layout"] = awful.widget.layout.horizontal.rightleft
+ separator, membar.widget, spacer, memicon,
+ separator, batwidget, baticon,
+ separator, cpugraph.widget, separator, tzswidget, cpuicon,
+ separator, ["layout"] = awful.widget.layout.horizontal.rightleft
}
end
-- }}}
diff --git a/zenburn.lua b/zenburn.lua
index 5648764..bd12f27 100644
--- a/zenburn.lua
+++ b/zenburn.lua
@@ -111,6 +111,7 @@ theme.widget_vol = theme.confdir .. "/icons/vol.png"
theme.widget_org = theme.confdir .. "/icons/cal.png"
theme.widget_date = theme.confdir .. "/icons/time.png"
theme.widget_crypto = theme.confdir .. "/icons/crypto.png"
+theme.widget_sep = theme.confdir .. "/icons/separator.png"
-- }}}
-- {{{ Titlebar icons