style(waybar): format config
This commit is contained in:
parent
993b659a1d
commit
bc8b644ce0
@ -1,180 +1,180 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"cpu",
|
"cpu",
|
||||||
"temperature",
|
"temperature",
|
||||||
"custom/asusmode",
|
"custom/asusmode",
|
||||||
"memory",
|
"memory",
|
||||||
"battery",
|
"battery",
|
||||||
"disk",
|
"disk",
|
||||||
"custom/pipewire"
|
"custom/pipewire"
|
||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"custom/media"
|
"custom/media"
|
||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"custom/weather",
|
"custom/weather",
|
||||||
"network",
|
"network",
|
||||||
"clock",
|
"clock",
|
||||||
"custom/lock"
|
"custom/lock"
|
||||||
],
|
],
|
||||||
"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,
|
|
||||||
"design-capacity": true,
|
|
||||||
"states": {
|
|
||||||
"full": 90,
|
|
||||||
"warning": 30,
|
|
||||||
"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": true,
|
|
||||||
"tooltip-format": "<big>{:%Y %B \t week: %V }</big>\n<tt>{calendar}</tt>",
|
|
||||||
"min-length": 18
|
|
||||||
},
|
|
||||||
"custom/lock": {
|
|
||||||
"tooltip": false,
|
|
||||||
"format": "",
|
|
||||||
"interval": "once",
|
|
||||||
"on-click": "swaylock"
|
|
||||||
},
|
|
||||||
"network": {
|
|
||||||
"interval": 10,
|
|
||||||
"format-wifi": " {essid}",
|
|
||||||
"format-ethernet": " {ipaddr}",
|
|
||||||
"format-linked": " {ifname}",
|
|
||||||
"format-disconnected": " Disconnected",
|
|
||||||
"tooltip": true,
|
|
||||||
"tooltip-format": "IP: {ipaddr}/{cidr}\nGW: {gwaddr}/{cidr}\nNM: {netmask}",
|
|
||||||
"max-length": 20,
|
|
||||||
"min-length": 14
|
|
||||||
},
|
|
||||||
"custom/pipewire": {
|
|
||||||
"format": "{icon} {percentage}%",
|
|
||||||
"return-type": "json",
|
|
||||||
"signal": 8,
|
|
||||||
"interval": "once",
|
|
||||||
"format-icons": {
|
|
||||||
"mute": "婢",
|
|
||||||
"default": [
|
|
||||||
"奄",
|
|
||||||
"奔",
|
|
||||||
"墳"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"on-click": "pw-volume mute toggle; pkill -RTMIN+8 waybar",
|
|
||||||
"exec": "pw-volume status"
|
|
||||||
},
|
|
||||||
"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": 0,
|
|
||||||
"critical-threshold": 90,
|
|
||||||
"format": "{icon} {temperatureC}°C",
|
|
||||||
"format-critical": "{icon} {temperatureC}°C",
|
|
||||||
"format-icons": {
|
|
||||||
"default": [
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
""
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"custom/asusmode": {
|
|
||||||
"interval": 1,
|
|
||||||
"format": " {}",
|
|
||||||
"exec": "asusctl profile -p | awk '{print $NF}'"
|
|
||||||
},
|
|
||||||
"memory": {
|
|
||||||
"format": " {percentage}%",
|
|
||||||
"tooltip-format": "{used:0.1f}GB/{total:0.1f}GB ",
|
|
||||||
"states": {
|
|
||||||
"critical": 90
|
|
||||||
},
|
|
||||||
"min-length": 5
|
|
||||||
},
|
|
||||||
"disk": {
|
|
||||||
"path": "/",
|
|
||||||
"interval": 60,
|
|
||||||
"tooltip-format": "{used} used out of {total} ({percentage_used}%)",
|
|
||||||
"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
|
|
||||||
},
|
|
||||||
"wlr/workspaces": {
|
|
||||||
"on-click": "activate"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
"battery": {
|
||||||
"layer": "bottom",
|
"min-length": 5,
|
||||||
"position": "bottom",
|
"design-capacity": true,
|
||||||
"modules-center": [
|
"states": {
|
||||||
"wlr/workspaces"
|
"full": 90,
|
||||||
],
|
"warning": 30,
|
||||||
"wlr/workspaces": {
|
"critical": 15
|
||||||
"format": "{name}",
|
},
|
||||||
"on-click": "activate"
|
"tooltip": false,
|
||||||
},
|
"full-at": 95,
|
||||||
"custom/sway-mode": {
|
"format-plugged": "{icon} {capacity}%",
|
||||||
"exec": "swaymsg -t get_binding_state | jq '.name' -r",
|
"format-charging": "{icon} {capacity}%",
|
||||||
"format": " {}",
|
"format": "{icon} {capacity}%",
|
||||||
"interval": 1
|
"format-icons": [
|
||||||
},
|
"",
|
||||||
"sway/language": {
|
"",
|
||||||
"format": " {long}"
|
"",
|
||||||
}
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"clock": {
|
||||||
|
"format": " {:%a %b %d %I:%M %p}",
|
||||||
|
"tooltip": true,
|
||||||
|
"tooltip-format": "<big>{:%Y %B \t week: %V }</big>\n<tt>{calendar}</tt>",
|
||||||
|
"min-length": 18
|
||||||
|
},
|
||||||
|
"custom/lock": {
|
||||||
|
"tooltip": false,
|
||||||
|
"format": "",
|
||||||
|
"interval": "once",
|
||||||
|
"on-click": "swaylock"
|
||||||
|
},
|
||||||
|
"network": {
|
||||||
|
"interval": 10,
|
||||||
|
"format-wifi": " {essid}",
|
||||||
|
"format-ethernet": " {ipaddr}",
|
||||||
|
"format-linked": " {ifname}",
|
||||||
|
"format-disconnected": " Disconnected",
|
||||||
|
"tooltip": true,
|
||||||
|
"tooltip-format": "IP: {ipaddr}/{cidr}\nGW: {gwaddr}/{cidr}\nNM: {netmask}",
|
||||||
|
"max-length": 20,
|
||||||
|
"min-length": 14
|
||||||
|
},
|
||||||
|
"custom/pipewire": {
|
||||||
|
"format": "{icon} {percentage}%",
|
||||||
|
"return-type": "json",
|
||||||
|
"signal": 8,
|
||||||
|
"interval": "once",
|
||||||
|
"format-icons": {
|
||||||
|
"mute": "婢",
|
||||||
|
"default": [
|
||||||
|
"奄",
|
||||||
|
"奔",
|
||||||
|
"墳"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"on-click": "pw-volume mute toggle; pkill -RTMIN+8 waybar",
|
||||||
|
"exec": "pw-volume status"
|
||||||
|
},
|
||||||
|
"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": 0,
|
||||||
|
"critical-threshold": 90,
|
||||||
|
"format": "{icon} {temperatureC}°C",
|
||||||
|
"format-critical": "{icon} {temperatureC}°C",
|
||||||
|
"format-icons": {
|
||||||
|
"default": [
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"custom/asusmode": {
|
||||||
|
"interval": 1,
|
||||||
|
"format": " {}",
|
||||||
|
"exec": "asusctl profile -p | awk '{print $NF}'"
|
||||||
|
},
|
||||||
|
"memory": {
|
||||||
|
"format": " {percentage}%",
|
||||||
|
"tooltip-format": "{used:0.1f}GB/{total:0.1f}GB ",
|
||||||
|
"states": {
|
||||||
|
"critical": 90
|
||||||
|
},
|
||||||
|
"min-length": 5
|
||||||
|
},
|
||||||
|
"disk": {
|
||||||
|
"path": "/",
|
||||||
|
"interval": 60,
|
||||||
|
"tooltip-format": "{used} used out of {total} ({percentage_used}%)",
|
||||||
|
"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
|
||||||
|
},
|
||||||
|
"wlr/workspaces": {
|
||||||
|
"on-click": "activate"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"layer": "bottom",
|
||||||
|
"position": "bottom",
|
||||||
|
"modules-center": [
|
||||||
|
"wlr/workspaces"
|
||||||
|
],
|
||||||
|
"wlr/workspaces": {
|
||||||
|
"format": "{name}",
|
||||||
|
"on-click": "activate"
|
||||||
|
},
|
||||||
|
"custom/sway-mode": {
|
||||||
|
"exec": "swaymsg -t get_binding_state | jq '.name' -r",
|
||||||
|
"format": " {}",
|
||||||
|
"interval": 1
|
||||||
|
},
|
||||||
|
"sway/language": {
|
||||||
|
"format": " {long}"
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user