style: formatting
This commit is contained in:
parent
f748e2d0e2
commit
866e541a92
@ -1,162 +1,169 @@
|
|||||||
{
|
[
|
||||||
"layer": "top",
|
{
|
||||||
"position": "top",
|
"layer": "top",
|
||||||
"modules-left": [
|
"position": "top",
|
||||||
"idle_inhibitor",
|
"modules-left": [
|
||||||
"cpu",
|
"idle_inhibitor",
|
||||||
"temperature",
|
"cpu",
|
||||||
"memory",
|
"temperature",
|
||||||
"battery",
|
"memory",
|
||||||
"disk",
|
"battery",
|
||||||
"pulseaudio",
|
"disk",
|
||||||
"custom/media"
|
"pulseaudio"
|
||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"sway/workspaces"
|
"custom/media"
|
||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"custom/weather",
|
"custom/weather",
|
||||||
"network",
|
"network",
|
||||||
"clock",
|
"clock",
|
||||||
"custom/offswitch"
|
"custom/offswitch"
|
||||||
],
|
],
|
||||||
"sway/window": {},
|
"custom/weather": {
|
||||||
"custom/weather": {
|
"tooltip": false,
|
||||||
"tooltip": false,
|
"min-length": 5,
|
||||||
"min-length": 5,
|
"exec": "curl 'https://wttr.in/?format='%t''",
|
||||||
"exec": "curl 'https://wttr.in/?format='%t''",
|
"interval": 3600
|
||||||
"interval": 3600
|
|
||||||
},
|
|
||||||
"battery": {
|
|
||||||
"min-length": 5,
|
|
||||||
"states": {
|
|
||||||
"full": 90,
|
|
||||||
"warning": 30,
|
|
||||||
"critical": 15
|
|
||||||
},
|
},
|
||||||
"tooltip": false,
|
"battery": {
|
||||||
"full-at": 95,
|
"min-length": 5,
|
||||||
"format-plugged": "{icon} {capacity}%",
|
"states": {
|
||||||
"format-charging": "{icon} {capacity}%",
|
"full": 90,
|
||||||
"format": "{icon} {capacity}%",
|
"warning": 30,
|
||||||
"format-icons": [
|
"critical": 15
|
||||||
"",
|
},
|
||||||
"",
|
"tooltip": false,
|
||||||
"",
|
"full-at": 95,
|
||||||
"",
|
"format-plugged": "{icon} {capacity}%",
|
||||||
"",
|
"format-charging": "{icon} {capacity}%",
|
||||||
"",
|
"format": "{icon} {capacity}%",
|
||||||
"",
|
"format-icons": [
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
""
|
"",
|
||||||
]
|
"",
|
||||||
},
|
"",
|
||||||
"clock": {
|
"",
|
||||||
"format": " {:%a %b %d %I:%M %p}",
|
"",
|
||||||
"tooltip": false,
|
"",
|
||||||
"min-length": 18
|
"",
|
||||||
},
|
""
|
||||||
"custom/offswitch": {
|
|
||||||
"tooltip": false,
|
|
||||||
"format": "",
|
|
||||||
"interval": "once",
|
|
||||||
"on-click": "systemctl poweroff"
|
|
||||||
},
|
|
||||||
"network": {
|
|
||||||
"interval": 10,
|
|
||||||
"format-wifi": " {essid}",
|
|
||||||
"format-ethernet": " {ipaddr}",
|
|
||||||
"format-linked": " {ifname}",
|
|
||||||
"format-disconnected": " Disconnected",
|
|
||||||
"tooltip": false,
|
|
||||||
"max-length": 20,
|
|
||||||
"min-length": 14
|
|
||||||
},
|
|
||||||
"pulseaudio": {
|
|
||||||
"tooltip": false,
|
|
||||||
"min-length": 5,
|
|
||||||
"format": "{icon} {volume}%",
|
|
||||||
"format-bluetooth": "{icon} {volume}%",
|
|
||||||
"format-muted": "MUTE",
|
|
||||||
"format-icons": {
|
|
||||||
"headphone": "",
|
|
||||||
"headset": "",
|
|
||||||
"default": [
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
""
|
|
||||||
]
|
]
|
||||||
}
|
|
||||||
},
|
|
||||||
"idle_inhibitor": {
|
|
||||||
"tooltip": false,
|
|
||||||
"format": "{icon}",
|
|
||||||
"format-icons": {
|
|
||||||
"activated": "",
|
|
||||||
"deactivated": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"cpu": {
|
|
||||||
"interval": 4,
|
|
||||||
"min-length": 6,
|
|
||||||
"format": " {usage}%",
|
|
||||||
"tooltip": false,
|
|
||||||
"states": {
|
|
||||||
"critical": 90
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"temperature": {
|
|
||||||
"tooltip": false,
|
|
||||||
"min-length": 6,
|
|
||||||
"thermal-zone": 1,
|
|
||||||
"critical-threshold": 90,
|
|
||||||
"format": "{icon} {temperatureF}°F",
|
|
||||||
"format-critical": "{icon} {temperatureF}°F",
|
|
||||||
"format-icons": {
|
|
||||||
"default": [
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
""
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"memory": {
|
|
||||||
"tooltip": false,
|
|
||||||
"format": " {percentage}%",
|
|
||||||
"states": {
|
|
||||||
"critical": 90
|
|
||||||
},
|
},
|
||||||
"min-length": 5
|
"clock": {
|
||||||
},
|
"format": " {:%a %b %d %I:%M %p}",
|
||||||
"disk": {
|
"tooltip": false,
|
||||||
"tooltip": false,
|
"min-length": 18
|
||||||
"path": "/",
|
},
|
||||||
"interval": 60,
|
"custom/offswitch": {
|
||||||
"min-length": 5,
|
"tooltip": false,
|
||||||
"format": " {percentage_used}%",
|
"format": "",
|
||||||
"states": {
|
"interval": "once",
|
||||||
"critical": 90
|
"on-click": "systemctl poweroff"
|
||||||
|
},
|
||||||
|
"network": {
|
||||||
|
"interval": 10,
|
||||||
|
"format-wifi": " {essid}",
|
||||||
|
"format-ethernet": " {ipaddr}",
|
||||||
|
"format-linked": " {ifname}",
|
||||||
|
"format-disconnected": " Disconnected",
|
||||||
|
"tooltip": false,
|
||||||
|
"max-length": 20,
|
||||||
|
"min-length": 14
|
||||||
|
},
|
||||||
|
"pulseaudio": {
|
||||||
|
"tooltip": false,
|
||||||
|
"min-length": 5,
|
||||||
|
"format": "{icon} {volume}%",
|
||||||
|
"format-bluetooth": "{icon} {volume}%",
|
||||||
|
"format-muted": "MUTE",
|
||||||
|
"format-icons": {
|
||||||
|
"headphone": "",
|
||||||
|
"headset": "",
|
||||||
|
"default": [
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"idle_inhibitor": {
|
||||||
|
"tooltip": false,
|
||||||
|
"format": "{icon}",
|
||||||
|
"format-icons": {
|
||||||
|
"activated": "",
|
||||||
|
"deactivated": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"cpu": {
|
||||||
|
"interval": 4,
|
||||||
|
"min-length": 6,
|
||||||
|
"format": " {usage}%",
|
||||||
|
"tooltip": false,
|
||||||
|
"states": {
|
||||||
|
"critical": 90
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"temperature": {
|
||||||
|
"tooltip": false,
|
||||||
|
"min-length": 6,
|
||||||
|
"thermal-zone": 1,
|
||||||
|
"critical-threshold": 90,
|
||||||
|
"format": "{icon} {temperatureF}°F",
|
||||||
|
"format-critical": "{icon} {temperatureF}°F",
|
||||||
|
"format-icons": {
|
||||||
|
"default": [
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"memory": {
|
||||||
|
"tooltip": false,
|
||||||
|
"format": " {percentage}%",
|
||||||
|
"states": {
|
||||||
|
"critical": 90
|
||||||
|
},
|
||||||
|
"min-length": 5
|
||||||
|
},
|
||||||
|
"disk": {
|
||||||
|
"tooltip": false,
|
||||||
|
"path": "/",
|
||||||
|
"interval": 60,
|
||||||
|
"min-length": 5,
|
||||||
|
"format": " {percentage_used}%",
|
||||||
|
"states": {
|
||||||
|
"critical": 90
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"custom/media": {
|
||||||
|
"interval": 1,
|
||||||
|
"return-type": "json",
|
||||||
|
"exec": "~/.config/waybar/scripts/get-media.bash",
|
||||||
|
"escape": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sway/workspaces": {
|
{
|
||||||
"tooltip": false,
|
"layer": "bottom",
|
||||||
"disable-scroll": true,
|
"position": "bottom",
|
||||||
"persistent_workspaces": {
|
"modules-center": [
|
||||||
"1": [],
|
"sway/workspaces"
|
||||||
"2": [],
|
],
|
||||||
"3": [],
|
"sway/workspaces": {
|
||||||
"4": [],
|
"tooltip": false,
|
||||||
"5": [],
|
"disable-scroll": true,
|
||||||
"6": []
|
"persistent_workspaces": {
|
||||||
|
"1": [],
|
||||||
|
"2": [],
|
||||||
|
"3": [],
|
||||||
|
"4": [],
|
||||||
|
"5": [],
|
||||||
|
"6": []
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"custom/media": {
|
|
||||||
"interval": 1,
|
|
||||||
"return-type": "json",
|
|
||||||
"exec": "~/.config/waybar/scripts/get-media.bash",
|
|
||||||
"escape": true
|
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
|
@ -8,10 +8,10 @@ main() {
|
|||||||
local player_ctl_info="$(playerctl metadata --format '{{ artist }} | {{ title }} | {{ album }}')"
|
local player_ctl_info="$(playerctl metadata --format '{{ artist }} | {{ title }} | {{ album }}')"
|
||||||
|
|
||||||
if [[ "${class}" == "playing" ]]; then
|
if [[ "${class}" == "playing" ]]; then
|
||||||
text="▶ ${player_ctl_info}"
|
text=" ${player_ctl_info}"
|
||||||
|
|
||||||
elif [[ "${class}" == "paused" ]]; then
|
elif [[ "${class}" == "paused" ]]; then
|
||||||
text="⏸︎ ${player_ctl_info}"
|
text=" ${player_ctl_info}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printf '{"class": "%s", "text": "%s"}\n' "${class}" "${text}"
|
printf '{"class": "%s", "text": "%s"}\n' "${class}" "${text}"
|
||||||
|
@ -38,9 +38,10 @@
|
|||||||
* {
|
* {
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
margin: 3px;
|
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
|
margin-left: 5px;
|
||||||
|
margin-right: 5px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -55,6 +56,7 @@
|
|||||||
background: @sumiInk0;
|
background: @sumiInk0;
|
||||||
border-top: 2px solid @oniViolet;
|
border-top: 2px solid @oniViolet;
|
||||||
border-left: 2px solid @oniViolet;
|
border-left: 2px solid @oniViolet;
|
||||||
|
border-right: 2px solid @oniViolet;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
|
Loading…
Reference in New Issue
Block a user