idle inhibitor icons
This commit is contained in:
parent
7f3a86c1b0
commit
6724591a23
1 changed files with 10 additions and 1 deletions
|
|
@ -7,10 +7,19 @@
|
||||||
layer = "top";
|
layer = "top";
|
||||||
position = "top";
|
position = "top";
|
||||||
height = 36;
|
height = 36;
|
||||||
modules-right = ["idle_inhibitor" "mpris" "pulseaudio" "clock" "tray" "battery"];
|
modules-right = ["mpris" "idle_inhibitor" "pulseaudio" "clock" "tray" "battery"];
|
||||||
clock = {
|
clock = {
|
||||||
format = "📅 {:%a %b-%d %I:%M %p}";
|
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 = {
|
pulseaudio = {
|
||||||
format-muted = "🔇 {volume}";
|
format-muted = "🔇 {volume}";
|
||||||
format = "{icon} {volume}";
|
format = "{icon} {volume}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue