Add icons for calendar and clock (centred this time!)

This commit is contained in:
Evie Litherland-Smith 2025-01-29 11:50:58 +00:00
parent cd9f4aeeba
commit f0ad447a54

View file

@ -26,7 +26,9 @@
"pulseaudio#sink" "pulseaudio#sink"
"network" "network"
"bluetooth" "bluetooth"
"custom/calendar-icon"
"clock#calendar" "clock#calendar"
"custom/clock-icon"
"clock" "clock"
"backlight" "backlight"
"battery" "battery"
@ -141,6 +143,10 @@
tooltip-format = "{status} | {device_alias}"; tooltip-format = "{status} | {device_alias}";
on-click = "${pkgs.blueman}/bin/blueman-manager"; on-click = "${pkgs.blueman}/bin/blueman-manager";
}; };
"custom/calendar-icon" = {
format = "󰃭";
tooltip = false;
};
"clock#calendar" = "clock#calendar" =
let let
size = "${toString config.stylix.fonts.sizes.popups}pt"; size = "${toString config.stylix.fonts.sizes.popups}pt";
@ -169,6 +175,10 @@
on-scroll-down = "shift_down"; on-scroll-down = "shift_down";
}; };
}; };
"custom/clock-icon" = {
format = "󰅐";
tooltip = false;
};
clock = { clock = {
format = "{:%H\n%M}"; format = "{:%H\n%M}";
tooltip = false; tooltip = false;
@ -326,9 +336,11 @@
#bluetooth { #bluetooth {
color: ${scheme.base0C}; color: ${scheme.base0C};
} }
#custom-calendar-icon,
#clock.calendar { #clock.calendar {
color: ${scheme.base0D}; color: ${scheme.base0D};
} }
#custom-clock-icon,
#clock { #clock {
color: ${scheme.base0E}; color: ${scheme.base0E};
} }