dotfiles/dot_config/waybar/config-old
2023-05-02 18:11:43 +02:00

110 lines
No EOL
3.1 KiB
Text

{
"layer": "top",
"position": "top",
"height": 27,
"modules-left": [
"sway/workspaces",
"sway/window"
],
"modules-center": [],
"modules-right": [
"network",
"temperature",
"backlight",
"pulseaudio",
"battery",
"clock",
"tray"
],
"sway/workspaces": {
"disable-scroll": true,
"disable-markup": true,
"format": "{index}"
},
"sway/window": {
"format": "{}",
"max-length": 150
},
"tray": {
"icon-size": 18,
"spacing": 15
},
"clock": {
"format": "{:%a %b %e %R}",
"interval": 30
},
"battery": {
"bat": "BAT0",
"states": {
"full": 99,
"good": 98,
"normal": 98,
"warning": 20,
"critical": 20
},
"format": "{icon} {capacity}%",
"format-good": "{icon} {capacity}%",
"format-full": " {capacity}%",
"format-icons": [
"",
"",
"",
"",
""
],
"interval": 30
},
"network": {
// "interface": "wlan0", // (Optional) To force the use of this interface,
"format-wifi": " {essid}",
"format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "",
"format-alt": "{ifname}: {ipaddr}/{cidr}",
"family": "ipv4",
"tooltip-format-wifi": " {ifname} @ {essid}\nIP: {ipaddr}\nStrength: {signalStrength}%\nFreq: {frequency}MHz\n {bandwidthUpBits}  {bandwidthDownBits}",
"tooltip-format-ethernet": " {ifname}\nIP: {ipaddr}\n {bandwidthUpBits}  {bandwidthDownBits}",
"on-click-right": "wezterm start nmtui"
},
"temperature": {
"thermal-zone": 0,
"format": "{icon} {temperatureC}°C",
"format-icons": [
""
],
"interval": 30
},
"backlight": {
"device": "intel_backlight",
"format": "{icon} {percent}% ",
"format-icons": [
"",
"",
"",
""
],
"interval": 60
},
"pulseaudio": {
"scroll-step": 3, // %, can be a float
"format": "{icon} {volume}% {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
//"format-source": "{volume}% ",
//"format-source-muted": "",
"format-source": "",
"format-source-muted": "",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
},
"on-click": "pavucontrol-qt",
"on-click-right": "pactl set-source-mute @DEFAULT_SOURCE@ toggle"
},
}