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:
histalek 2022-04-26 10:07:44 +02:00
parent 672f0207e7
commit a7b2dc7ac6
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03
2 changed files with 1 additions and 9 deletions

View file

@ -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,
},

View file

@ -136,9 +136,7 @@
/* Each warning */
#network.disconnected,
#memory.warning,
#cpu.warning,
#custom-packages.warning,
#custom-flatpak.warning {
#cpu.warning {
color: @warning;
}