waybar: Remove states for package modules
States are percentage based and trigger once the percentage falls below the threshold. So these are useless for my package modules.
This commit is contained in:
parent
672f0207e7
commit
a7b2dc7ac6
2 changed files with 1 additions and 9 deletions
|
@ -106,9 +106,6 @@
|
|||
"exec-if": "exit 0",
|
||||
"on-click": "exit 0",
|
||||
"signal": 8,
|
||||
"states": {
|
||||
"warning": 1,
|
||||
},
|
||||
"tooltip": false,
|
||||
},
|
||||
"custom/flatpak": {
|
||||
|
@ -118,9 +115,6 @@
|
|||
"exec-if": "exit 0",
|
||||
"on-click": "exit 0",
|
||||
"signal": 8,
|
||||
"states": {
|
||||
"warning": 1,
|
||||
},
|
||||
"tooltip": false,
|
||||
},
|
||||
|
||||
|
|
|
@ -136,9 +136,7 @@
|
|||
/* Each warning */
|
||||
#network.disconnected,
|
||||
#memory.warning,
|
||||
#cpu.warning,
|
||||
#custom-packages.warning,
|
||||
#custom-flatpak.warning {
|
||||
#cpu.warning {
|
||||
color: @warning;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue