Add idle inhibitor
This commit is contained in:
parent
be9e793ef0
commit
747cde3573
2 changed files with 12 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
"modules-right": [
|
||||
"custom/micmute",
|
||||
"gamemode",
|
||||
"idle_inhibitor",
|
||||
"network",
|
||||
"bluetooth",
|
||||
"wireplumber",
|
||||
|
@ -25,6 +26,13 @@
|
|||
"exec": "~/.config/waybar/scripts/micmute.sh",
|
||||
"interval": 2
|
||||
},
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"activated": "",
|
||||
"deactivated": ""
|
||||
}
|
||||
},
|
||||
"clock": {
|
||||
"tooltip-format": "{:%Y-%m-%d}",
|
||||
"format-alt": "{:%Y-%m-%d}"
|
||||
|
|
|
@ -102,6 +102,10 @@ label:focus {
|
|||
border: 2px solid #414868;
|
||||
}
|
||||
|
||||
#idle_inhibitor.activated {
|
||||
box-shadow: inset 0 -2px #e0af68;
|
||||
}
|
||||
|
||||
#backlight {}
|
||||
|
||||
#network {}
|
||||
|
|
Loading…
Add table
Reference in a new issue