feat: further improvement of waybar :D
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user