Removed tooltip

This commit is contained in:
dbroqua 2021-01-24 14:54:25 +01:00
parent d5fa427b97
commit d5c79fcfc2
1 changed files with 19 additions and 10 deletions

View File

@ -1,7 +1,7 @@
[ [
{ {
"layer": "bottom", "layer": "bottom",
"position": "bottom", "position": "top",
"margin": 4, "margin": 4,
"modules-left": [ "modules-left": [
"sway/workspaces", "sway/workspaces",
@ -30,28 +30,34 @@
"all-outputs": true "all-outputs": true
}, },
"sway/mode": { "sway/mode": {
"format": " {}" "format": " {}",
"max-length": 50
}, },
"disk#1": { "disk#1": {
"interval": 60, "interval": 60,
"format": " {percentage_used:2}%", "format": " {percentage_used:2}%",
"path": "/" "path": "/",
"tooltip": false,
}, },
"disk#2": { "disk#2": {
"interval": 60, "interval": 60,
"format": " {percentage_used:2}%", "format": " {percentage_used:2}%",
"path": "/home" "path": "/home",
"tooltip": false
}, },
"network": { "network": {
"interface": "eno2", "interface": "eno2",
"format": " {ipaddr}", "format": " {ipaddr}",
"format-disconnected": "-" "format-disconnected": "-",
"tooltip": false
}, },
"cpu": { "cpu": {
"format": " {load}%" "format": " {load}%",
"tooltip": false
}, },
"memory": { "memory": {
"format": " {percentage}%" "format": " {percentage}%",
"tooltip": false
}, },
"temperature#1": { "temperature#1": {
"thermal-zone": 2, "thermal-zone": 2,
@ -82,7 +88,8 @@
"default": ["", ""] "default": ["", ""]
}, },
"scroll-step": 5, "scroll-step": 5,
"on-click": "pavucontrol" "on-click": "pavucontrol",
"tooltip": false
}, },
"custom/multimedia_previous": { "custom/multimedia_previous": {
"format": "", "format": "",
@ -118,10 +125,12 @@
"on": "1" "on": "1"
}, },
"tooltip-format": "MPD (connected)", "tooltip-format": "MPD (connected)",
"tooltip-format-disconnected": "MPD (disconnected)" "tooltip-format-disconnected": "MPD (disconnected)",
"tooltip": false
}, },
"clock": { "clock": {
"format": "{:%d/%m %H:%M}" "format": "{:%d/%m %H:%M}",
"tooltip": false
}, },
"tray": { "tray": {
"spacing": 10 "spacing": 10