even better clock

This commit is contained in:
Ivan Dimitrov 2024-02-16 17:59:13 +02:00
parent ecc7afc721
commit f699009189

View File

@ -14,7 +14,7 @@
modules-right = [ "battery" "clock" ];
clock = {
format = "{:%H:%M:%S}";
format = "{:%a %x %H:%M:%S}";
interval = 1;
timezones = [ "Europe/Sofia" "Europe/Prague" ];
};