waybar: Disable on-clicks and tooltips
This commit is contained in:
parent
f7e7179c43
commit
3ff0c1262a
1 changed files with 4 additions and 10 deletions
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue