Waybar: fix icons in calendar/clock modules
This commit is contained in:
parent
4c961b069f
commit
c4e81a6143
|
@ -160,8 +160,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}";
|
||||||
format = "{:%Y-%m-%d}"; # TEMP, see https://github.com/Alexays/Waybar/issues/3021
|
|
||||||
tooltip-format = "<tt>{calendar}</tt>";
|
tooltip-format = "<tt>{calendar}</tt>";
|
||||||
calendar = {
|
calendar = {
|
||||||
mode = "month";
|
mode = "month";
|
||||||
|
@ -184,10 +183,7 @@
|
||||||
on-scroll-down = "shift_down";
|
on-scroll-down = "shift_down";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
clock = {
|
clock.format = " {:%R}";
|
||||||
# format = "{: %R}";
|
|
||||||
format = "{:%R}"; # TEMP, see https://github.com/Alexays/Waybar/issues/3021
|
|
||||||
};
|
|
||||||
backlight = {
|
backlight = {
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
tooltip-format = "{percent}%";
|
tooltip-format = "{percent}%";
|
||||||
|
|
Loading…
Reference in a new issue