idle inhibitor icons

This commit is contained in:
tristan 2024-01-07 17:51:26 +00:00
parent 7f3a86c1b0
commit 6724591a23

View file

@ -7,10 +7,19 @@
layer = "top";
position = "top";
height = 36;
modules-right = ["idle_inhibitor" "mpris" "pulseaudio" "clock" "tray" "battery"];
modules-right = ["mpris" "idle_inhibitor" "pulseaudio" "clock" "tray" "battery"];
clock = {
format = "📅 {:%a %b-%d %I:%M %p}";
};
idle_inhibitor = {
format = "{icon}";
format-icons = {
activated = "👀";
deactivated = "😴";
};
tooltip-format-activated = "system sleep inhibited";
tooltip-format-deactivated = "system will sleep when idle";
};
pulseaudio = {
format-muted = "🔇 {volume}";
format = "{icon} {volume}";