Fixed memory icon
This commit is contained in:
parent
cb8a819a75
commit
e5342b2921
1 changed files with 1 additions and 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" }
|
||||
|
|
Loading…
Reference in a new issue