jt
/
conf
1
0
Fork 0

Making fancy i3status tighter

This commit is contained in:
Jarkko Toivanen 2023-05-24 05:54:44 +03:00
parent d4a389391e
commit 1ab4c53496
Signed by: jt
GPG Key ID: 9151B109B73ECAD5
1 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ run_watch VPN {
}
tztime local {
format = " %a %d.%m.%Y  %H:%M:%S"
format = " %a %d.%m  %H:%M"
}
load {
@ -77,7 +77,7 @@ cpu_usage {
}
memory {
format = "🐏 %used/%free"
format = "🐏 %used"
}
cpu_temperature 0 {
@ -97,4 +97,4 @@ volume master {
device = "default"
mixer = "Master"
mixer_idx = 0
}
}