waybar: Fix indentation

This commit is contained in:
histalek 2022-04-24 13:45:44 +02:00
parent 81862c85bf
commit 82c01bb51d
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03

View file

@ -1,151 +1,151 @@
{ {
"layer": "top", "layer": "top",
"position": "top", "position": "top",
"height": 31, "height": 31,
"modules-left": [ "modules-left": [
"sway/mode", "sway/mode",
"sway/workspaces", "sway/workspaces",
"custom/arrowworkspaces", "custom/arrowworkspaces",
"sway/window" "sway/window"
], ],
"modules-right": [ "modules-right": [
"custom/arrowtray", "custom/arrowtray",
"tray", "tray",
"custom/arrowpackages", "custom/arrowpackages",
"custom/packages", "custom/packages",
"custom/arrowcpu", "custom/arrowcpu",
"cpu", "cpu",
"custom/arrowmemory", "custom/arrowmemory",
"memory", "memory",
"custom/arrownetwork", "custom/arrownetwork",
"network", "network",
"custom/arrowpulseaudio", "custom/arrowpulseaudio",
"pulseaudio", "pulseaudio",
"custom/arrowdate", "custom/arrowdate",
"clock#date", "clock#date",
"custom/arrowtime", "custom/arrowtime",
"clock#time", "clock#time",
], ],
"sway/mode": {
"format": "<span style='italic'> {}</span>", // Icon: expand-arrows-alt
"tooltip": false,
},
"sway/workspaces": {
"disable-scroll": true,
"disable-click": true,
"format-icons": {
"urgent": "",
"focused": "",
"default": "",
},
},
"sway/window": {
"format": "{}",
"max-length": 50,
"tooltip": false,
},
"tray": {
"icon-size": 20,
"spacing": 10,
},
"clock#date": {
"interval": 60,
"format": "{:%a %e.%b.%Y}",
"tooltip": false,
},
"clock#time": {
"interval": 10,
"format": "{:%R}",
"tooltip": false,
},
"cpu": {
"interval": 5,
"format": "<span rise='-3000' size='xx-large'></span> {usage}%",
"tooltip": false,
"states": {
"warning": 70,
"critical": 90
},
},
"memory": {
"interval": 5,
"format": "<span rise='-3000' size='xx-large'></span> {}%",
"tooltip": false,
"states": {
"warning": 70,
"critical": 90
},
},
"network": {
"format-wifi": " {essid}",
"format-disconnected": "⚠ Disconnected",
"tooltip": false,
},
"pulseaudio": {
"format": "{volume}% <span rise='-3000' size='xx-large'>{icon}</span> {format_source}",
"format-source": "{volume}%",
"format-muted": " {format-source}",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"default": ["", ""],
},
"tooltip": false,
},
"custom/packages": {
"format": "<span rise='-3000' size='xx-large'></span> {}",
"interval": 3600,
"exec": "checkupdates | wc -l",
"exec-if": "exit 0",
"on-click": "exit 0",
"signal": 8,
"states": {
"warning": 1,
},
"tooltip": false,
},
"custom/arrowtime": { "sway/mode": {
"format": "", "format": "<span style='italic'> {}</span>", // Icon: expand-arrows-alt
"tooltip": false "tooltip": false,
}, },
"custom/arrowdate": { "sway/workspaces": {
"format": "", "disable-scroll": true,
"tooltip": false "disable-click": true,
}, "format-icons": {
"custom/arrowpulseaudio": { "urgent": "",
"format": "", "focused": "",
"tooltip": false "default": "",
}, },
"custom/arrownetwork": { },
"format": "", "sway/window": {
"tooltip": false "format": "{}",
}, "max-length": 50,
"custom/arrowmemory": { "tooltip": false,
"format": "", },
"tooltip": false "tray": {
}, "icon-size": 20,
"custom/arrowcpu": { "spacing": 10,
"format": "", },
"tooltip": false "clock#date": {
}, "interval": 60,
"custom/arrowpackages": { "format": "{:%a %e.%b.%Y}",
"format": "", "tooltip": false,
"tooltip": false },
}, "clock#time": {
"custom/arrowtray": { "interval": 10,
"format": "", "format": "{:%R}",
"tooltip": false "tooltip": false,
}, },
"custom/arrowworkspaces": { "cpu": {
"format": "", "interval": 5,
"tooltip": false "format": "<span rise='-3000' size='xx-large'></span> {usage}%",
}, "tooltip": false,
"states": {
"warning": 70,
"critical": 90
},
},
"memory": {
"interval": 5,
"format": "<span rise='-3000' size='xx-large'></span> {}%",
"tooltip": false,
"states": {
"warning": 70,
"critical": 90
},
},
"network": {
"format-wifi": " {essid}",
"format-disconnected": "⚠ Disconnected",
"tooltip": false,
},
"pulseaudio": {
"format": "{volume}% <span rise='-3000' size='xx-large'>{icon}</span> {format_source}",
"format-source": "{volume}%",
"format-muted": " {format-source}",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"default": ["", ""],
},
"tooltip": false,
},
"custom/packages": {
"format": "<span rise='-3000' size='xx-large'></span> {}",
"interval": 3600,
"exec": "checkupdates | wc -l",
"exec-if": "exit 0",
"on-click": "exit 0",
"signal": 8,
"states": {
"warning": 1,
},
"tooltip": false,
},
"custom/arrowtime": {
"format": "",
"tooltip": false
},
"custom/arrowdate": {
"format": "",
"tooltip": false
},
"custom/arrowpulseaudio": {
"format": "",
"tooltip": false
},
"custom/arrownetwork": {
"format": "",
"tooltip": false
},
"custom/arrowmemory": {
"format": "",
"tooltip": false
},
"custom/arrowcpu": {
"format": "",
"tooltip": false
},
"custom/arrowpackages": {
"format": "",
"tooltip": false
},
"custom/arrowtray": {
"format": "",
"tooltip": false
},
"custom/arrowworkspaces": {
"format": "",
"tooltip": false
},
} }