⚙️ 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": { "backlight": {
"device": "intel_backlight",
"format": "{percent}% {icon}", "format": "{percent}% {icon}",
"format-icons": [" ", " "], "format-icons": ["", "", "", "", "", "", "", "", ""],
"on-scroll-up": "swayosd-client --brightness +10", "on-scroll-up": "swayosd-client --brightness +10",
"on-scroll-down": "swayosd-client --brightness -10", "on-scroll-down": "swayosd-client --brightness -10",
}, },

View file

@ -1,14 +1,13 @@
{ {
"battery": { "battery": {
"format": "{capacity}% {icon}", "format": "{capacity}% {icon}",
"format-icons": { "format-charging": " {capacity}%",
"charging": ["󰢜", "󰂆", "󰂇", "󰂈", "󰢝", "󰂉", "󰢞", "󰂊", "󰂋", "󰂅"], "format-plugged": " {capacity}%",
"default": ["󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󰁹"], "format-alt": "{time} {icon}",
}, "format-icons": ["󰂎", "󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󰁹"],
"format-full": "Charged ",
"interval": 5, "interval": 5,
"states": { "states": {
"warning": 20, "warning": 30,
"critical": 10, "critical": 10,
}, },
"tooltip": false, "tooltip": false,

View file

@ -3,12 +3,11 @@
"format": "{}", "format": "{}",
"max-length": 80, "max-length": 80,
"rewrite": { "rewrite": {
"(.*) — LibreWolf": "󰇧 $1", "(.*) — Mozilla Firefox": "$1 󰇧",
"(.*) — Abaze Floorp": "󰇧 $1", "(.*) — Ablaze Floorp": "$1 󰇧",
"(.*) — Mozilla Firefox": "󰇧 $1", "(.*)VSCodium": "Codium 󰨞",
"(.*) — Brave": "󰇧 $1", "(.*)Spotify": "Spotify 󰓇",
"(.*) - Discord": "󰙯 $1", "(.*)Steam": "Steam 󰓓",
"(.*) - fish": "> [$1]",
}, },
"separate-outputs": false, "separate-outputs": false,
}, },