dotfiles/.config/waybar/config-desktop

121 lines
2.6 KiB
Plaintext

{
"layer": "top",
"position": "bottom",
"modules-left": [
"hyprland/workspaces",
"idle_inhibitor"
],
"modules-center": [
"clock"
],
"modules-right": [
"cpu",
"memory",
"disk#root",
"disk#home",
"temperature",
"pulseaudio",
"network",
"custom/logitech-battery",
"tray",
"custom/wlogout"
],
"hyprland/workspaces": {
"format": "{icon}",
"on-click": "activate",
"on-scroll-up": "hyprctl dispatch workspace e-1",
"on-scroll-down": "hyprctl dispatch workspace e+1",
"all-outputs": true,
"persistent-workspaces": {
"*": [
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
},
"clock": {
"format": "{:%a %d.%m %H:%M}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}"
},
"cpu": {
"format": " {usage}%",
"interval": 2
},
"memory": {
"format": " {used}G/{total}G",
"interval": 2
},
"temperature": {
"critical-threshold": 80,
"format": " {temperatureC}°C"
},
"disk#root": {
"interval": 60,
"format": " Root {percentage_used:2}%",
"path": "/"
},
"disk#home": {
"interval": 60,
"format": " Home {percentage_used:2}%",
"path": "/home"
},
"idle_inhibitor": {
"format": " {status}",
"format-alt": " {status}"
},
"network": {
"format-ethernet": "󰈀 {ipaddr}/{cidr}",
"format-linked": "󰈂 {ifname} (No IP)",
"format-disconnected": "󰖪 Disconnected",
"format-alt": "{ifname}: {ipaddr}/{cidr}",
"tooltip-format": "{ifname} via {gwaddr}",
"tooltip-format-ethernet": "󰈀 {ifname}: {ipaddr}/{cidr}\nGateway: {gwaddr}",
"on-click": "nm-connection-editor"
},
"pulseaudio": {
"format": "{icon} {volume}%",
"format-bluetooth": "{icon} {volume}%",
"format-muted": "󰝟 Muted",
"format-icons": {
"headphone": "󰋋",
"hands-free": "󱡒",
"headset": "󰋎",
"phone": "󰏲",
"portable": "󰦧",
"car": "󰄋",
"default": [
"󰕿",
"󰖀",
"󰕾"
]
},
"scroll-step": 5,
"on-click": "pavucontrol",
"on-click-right": "~/.local/bin/switch-audio-sink"
},
"tray": {
"icon-size": 20
},
"custom/logitech-battery": {
"exec": "~/.local/bin/logitech_battery.sh",
"interval": 60,
"return-type": "json",
"format": "{text}",
"tooltip": "{tooltip}",
"class": "logitech-battery",
"on-click": "solaar gui"
},
"custom/wlogout": {
"format": "⏻",
"tooltip": "Logout/Shutdown",
"on-click": "wlogout"
}
}