diff --git a/i3/i3status.conf b/i3/i3status.conf index 8809f39..6c39d4d 100644 --- a/i3/i3status.conf +++ b/i3/i3status.conf @@ -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 -} \ No newline at end of file +}