diff --git a/home/waybar/default.nix b/home/waybar/default.nix index d9239b5f..ff1b37bb 100644 --- a/home/waybar/default.nix +++ b/home/waybar/default.nix @@ -89,7 +89,7 @@ }; pulseaudio = { scroll-step = 5; - format = "{format_source} {icon} {volume}%"; + format = "{format_source} {icon}{volume}%"; format-muted = "{format_source}  "; format-source = " "; format-source-muted = " "; @@ -119,7 +119,7 @@ on-click-right = "${pkgs.bluez}/bin/bluetoothctl power off"; }; "clock#calendar" = { - format = "{: %Y-%m-%d}"; + format = "{: %Y-%m-%d}"; tooltip-format = "{calendar}"; calendar = { mode = "month"; @@ -141,7 +141,7 @@ on-scroll-down = "shift_down"; }; }; - clock = {format = "{: %R}";}; + clock = {format = "{: %R}";}; backlight = { format = "{icon}"; tooltip-format = "{percent}%";