Adjust some spacing for waybar with new icons
This commit is contained in:
parent
23557b23ce
commit
f7fe528184
|
@ -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}%";
|
||||
|
|
Loading…
Reference in a new issue