diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-05-02 04:32:29 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-05-02 04:32:29 +0200 |
commit | e5342b2921ba400af1534fa19250ee980e852512 (patch) | |
tree | 3c84438564a6b1e89796d7a76fb6ffe5a0629f7e /awesomerc | |
parent | cb8a819a753ba2be483221af1426eabc36eb61e5 (diff) |
Fixed memory icon
Diffstat (limited to 'awesomerc')
-rw-r--r-- | awesomerc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ screen 0 { taglist tags {} iconbox power_logo { image = "/home/xeno/etc/icons/tango/devices/battery.png" align = "right" } textbox power { align = "right" } - iconbox mem_logo { image = "/home/xeno/etc/icons/shield.png" align = "right" } + iconbox mem_logo { image = "/home/xeno/etc/icons/tango/emblems/emblem-system.png" align = "right" } emptybox 01 { width = "5" align = "right" } progressbar mem { data mem_state { bordercolor = "#99cc00" fg = "#cc6600" } width = "60" height = .7 align = "right" } emptybox 02 { width = "5" align = "right" } |