⚙️ config(waybar): modify a bunch of modules
This commit is contained in:
parent
b2c17e6956
commit
7e37713a1b
3 changed files with 12 additions and 13 deletions
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"backlight": {
|
||||
"device": "intel_backlight",
|
||||
"format": "{percent}% {icon}",
|
||||
"format-icons": [" ", " "],
|
||||
"format-icons": ["", "", "", "", "", "", "", "", ""],
|
||||
"on-scroll-up": "swayosd-client --brightness +10",
|
||||
"on-scroll-down": "swayosd-client --brightness -10",
|
||||
},
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
{
|
||||
"battery": {
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-icons": {
|
||||
"charging": ["", "", "", "", "", "", "", "", "", ""],
|
||||
"default": ["", "", "", "", "", "", "", "", "", ""],
|
||||
},
|
||||
"format-full": "Charged ",
|
||||
"format-charging": " {capacity}%",
|
||||
"format-plugged": " {capacity}%",
|
||||
"format-alt": "{time} {icon}",
|
||||
"format-icons": ["", "", "", "", "", "", "", "", "", "", ""],
|
||||
"interval": 5,
|
||||
"states": {
|
||||
"warning": 20,
|
||||
"warning": 30,
|
||||
"critical": 10,
|
||||
},
|
||||
"tooltip": false,
|
||||
|
|
|
@ -3,12 +3,11 @@
|
|||
"format": "{}",
|
||||
"max-length": 80,
|
||||
"rewrite": {
|
||||
"(.*) — LibreWolf": " $1",
|
||||
"(.*) — Abaze Floorp": " $1",
|
||||
"(.*) — Mozilla Firefox": " $1",
|
||||
"(.*) — Brave": " $1",
|
||||
"(.*) - Discord": " $1",
|
||||
"(.*) - fish": "> [$1]",
|
||||
"(.*) — Mozilla Firefox": "$1 ",
|
||||
"(.*) — Ablaze Floorp": "$1 ",
|
||||
"(.*)VSCodium": "Codium ",
|
||||
"(.*)Spotify": "Spotify ",
|
||||
"(.*)Steam": "Steam ",
|
||||
},
|
||||
"separate-outputs": false,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue