Adjust some spacing for waybar with new icons

This commit is contained in:
Evie Litherland-Smith 2024-03-02 12:58:05 +00:00
parent 23557b23ce
commit f7fe528184

View file

@ -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 = "<tt><small>{calendar}</small></tt>";
calendar = {
mode = "month";
@ -141,7 +141,7 @@
on-scroll-down = "shift_down";
};
};
clock = {format = "{: %R}";};
clock = {format = "{: %R}";};
backlight = {
format = "{icon}";
tooltip-format = "{percent}%";