⚙️ config(waybar): modify a bunch of modules

This commit is contained in:
Sergio Laín 2024-08-31 00:57:51 +02:00
parent b2c17e6956
commit 7e37713a1b
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150
3 changed files with 12 additions and 13 deletions

View file

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

View file

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

View file

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