feat: further improvement of waybar :D

This commit is contained in:
2025-12-24 23:13:38 +03:00
parent 10bd92a88d
commit fc6b2a4291
4 changed files with 25 additions and 19 deletions

View File

@@ -52,6 +52,7 @@
"tooltip-format": "{title}",
"on-click": "activate",
"on-click-middle": "close",
"active-first": false,
"ignore-list": [
"Alacritty"
],
@@ -66,7 +67,7 @@
},
"cpu": {
"format": "{icon}",
"tooltip": false,
"tooltip": true,
"interval": 3,
"format-icons": [
"󰄰", "󰪞", "󰪟", "󰪠", "󰪡", "󰪢", "󰪣", "󰪤", "󰪥"
@@ -91,7 +92,9 @@
"s3": 50,
"s4": 60,
"s4": 70
}
},
"tooltip-format": "{used:0.1f}GiB used",
"tooltip": true
},
"temperature": {
"format": "{icon}",
@@ -118,7 +121,7 @@
},
"tooltip-format": "MPD (connected)",
"tooltip-format-disconnected": "MPD (disconnected)",
"format-stopped": "",
"format-stopped": "Stopping player...",
"on-click": "mpc toggle --password kapuchinamusica"
},
"custom/pomodoro": {