waybar: Disable on-clicks and tooltips

This commit is contained in:
histalek 2022-01-02 21:15:48 +01:00
parent f7e7179c43
commit 3ff0c1262a
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03

View file

@ -12,13 +12,7 @@
"sway/window": {
"format": "{}",
"max-length": 50,
"rewrite": {
"(.*) - Mozilla Firefox": "🌎 $1",
"(.*) - Brave": "🌎 $1",
"(.*) - vim": " $1",
"(.*) - NVIM": " $1",
"(.*) - zsh": " [$1]",
},
"tooltip": false,
},
"tray": {
"icon-size": 20,
@ -31,15 +25,16 @@
"cpu": {
"interval": 5,
"format": "<big></big> {usage}%",
"on-click": "swaymsg exec foot htop",
"tooltip": false,
},
"memory": {
"format": "<big></big> {}%",
"tooltip": false,
},
"network": {
"format-wifi": " {essid}",
"format-disconnected": "⚠ Disconnected",
"on-click": "swaymsg exec foot nmtui",
"tooltip": false,
},
"pulseaudio": {
"format": "{volume}% {icon} {format_source}",
@ -53,7 +48,6 @@
"portable": "",
"default": ["", ""],
},
"on-click": "pavucontrol",
"tooltip": false,
},
}