1
0
Fork 0
dotfiles/waybar/config

77 lines
2 KiB
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"position": "bottom",
"height": 24,
"modules-left": [
"sway/workspaces",
"sway/mode",
],
"modules-center": [],
"modules-right": [
"privacy",
"tray",
"idle_inhibitor",
"network",
"pulseaudio",
"battery",
"clock",
],
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "",
"deactivated": ""
},
"tooltip": false,
},
"clock": {
"interval": 1,
"format": "{:%a %Y-%m-%d %H:%M:%OS}",
"tooltip-format": "<tt>W{:%U}{calendar}</tt>",
},
"battery": {
"states": {
"warning": 30,
"critical": 15
},
"format": "{capacity}% {icon}",
"format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}",
"format-icons": ["", "", "", "", ""]
},
"network": {
"format-ethernet": "{ifname} ",
"format-wifi": "{essid} ",
"format-linked": "{ifname} ⚠",
"format-disconnected": "{ifname} ∅",
"tooltip-format": "{ipaddr}/{cidr}"
},
"pulseaudio": {
"scroll-step": 0,
"format": "{volume}% {icon} {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": "{volume}-  {format_source}",
"format-source": "{volume}% ",
"format-source-muted": "{volume}- ",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
},
"on-click": "pavucontrol",
},
"privacy": {
"modules": [
{ "type": "screenshare" },
{ "type": "audio-in" },
{ "type": "audio-out" },
]
},
}