Big spaces-to-tabs config reflow

Moving to doing tabs in things. No functional changes.
This commit is contained in:
Trysdyn Black 2023-06-05 22:39:21 -07:00
parent 2de811b974
commit a9a94840e9
7 changed files with 142 additions and 142 deletions

View file

@ -1,40 +1,40 @@
{
"layer": "top",
"position": "bottom",
"spacing": 8,
"layer": "top",
"position": "bottom",
"spacing": 8,
"height": 22,
"output": ["DP-2", "HDMI-A-2"],
"fixed-center": false,
"modules-left": ["sway/workspaces", "sway/mode", "sway/scratchpad"],
"modules-center": [],
"modules-right": ["custom/timer", "custom/nagios", "custom/task", "custom/weather", "custom/aqi", "memory", "cpu", "clock", "tray"],
"sway/scratchpad": {
"format": "{icon} {count}",
"show-empty": false,
"format-icons": ["", ""],
"tooltip": true,
"tooltip-format": "{app}: {title}"
},
"tray": {
"spacing": 4
},
"clock": {
"modules-left": ["sway/workspaces", "sway/mode", "sway/scratchpad"],
"modules-center": [],
"modules-right": ["custom/timer", "custom/nagios", "custom/task", "custom/weather", "custom/aqi", "memory", "cpu", "clock", "tray"],
"sway/scratchpad": {
"format": "{icon} {count}",
"show-empty": false,
"format-icons": ["", ""],
"tooltip": true,
"tooltip-format": "{app}: {title}"
},
"tray": {
"spacing": 4
},
"clock": {
"interval": 5,
"format": "{:%a %b %d %H:%M:%S}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}"
},
"cpu": {
"format": " {usage:02d}%",
"tooltip": true
},
"memory": {
"format": " {}%",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}"
},
"cpu": {
"format": " {usage:02d}%",
"tooltip": true
},
"memory": {
"format": " {}%",
"states": {
"warning": 80,
"critical": 90
}
},
},
"custom/aqi": {
"exec": "$HOME/workspace/foxstatus/modules/airnow.py",
"max-length": 20,