diff --git a/modules/home/programs/waybar/default.nix b/modules/home/programs/waybar/default.nix index 4f55440..4bfaebf 100644 --- a/modules/home/programs/waybar/default.nix +++ b/modules/home/programs/waybar/default.nix @@ -11,10 +11,10 @@ "HDMI-A-1" ]; modules-left = [ "sway/workspaces" ]; - modules-right = [ "battery" "clock" ]; + modules-right = [ "memory" "battery" "clock" ]; clock = { - format = "{:%a %x %H:%M:%S}"; + format = "{:%a %Y-%m-%d %H:%M:%S}"; interval = 1; timezones = [ "Europe/Sofia" "Europe/Prague" ]; };