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 = { pulseaudio = {
scroll-step = 5; scroll-step = 5;
format = "{format_source} {icon} {volume}%"; format = "{format_source} {icon}{volume}%";
format-muted = "{format_source} "; format-muted = "{format_source} ";
format-source = " "; format-source = " ";
format-source-muted = " "; format-source-muted = " ";
@ -119,7 +119,7 @@
on-click-right = "${pkgs.bluez}/bin/bluetoothctl power off"; on-click-right = "${pkgs.bluez}/bin/bluetoothctl power off";
}; };
"clock#calendar" = { "clock#calendar" = {
format = "{: %Y-%m-%d}"; format = "{: %Y-%m-%d}";
tooltip-format = "<tt><small>{calendar}</small></tt>"; tooltip-format = "<tt><small>{calendar}</small></tt>";
calendar = { calendar = {
mode = "month"; mode = "month";
@ -141,7 +141,7 @@
on-scroll-down = "shift_down"; on-scroll-down = "shift_down";
}; };
}; };
clock = {format = "{: %R}";}; clock = {format = "{: %R}";};
backlight = { backlight = {
format = "{icon}"; format = "{icon}";
tooltip-format = "{percent}%"; tooltip-format = "{percent}%";