dotfiles/.config/waybar/config

234 lines
5.8 KiB
Plaintext
Executable file

[{
"layer": "top",
"output": "HDMI-A-1",
"width": 10,
"position": "left",
"reload_style_on_change": true,
"modules-left": ["cpu", "temperature", ],
"modules-center": ["hyprland/workspaces"],
"modules-right": ["network", "clock"],
"hyprland/workspaces": {
"active-only": false,
"on-click": "activate",
},
"cpu": {
"interval": 1,
"format": "{usage}%",
"max-length": 4,
"min-length": 4
},
"temperature": {
"hwmon-path-abs": "/sys/devices/platform/coretemp.0/hwmon",
"input-filename": "temp1_input",
"format": "{temperatureC}°",
},
"pulseaudio": {
"format": "{icon}",
"format-bluetooth": "{icon} {volume}% {format_source}",
"format-bluetooth-muted": "x {icon} {format_source}",
"format-muted": "婢",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
},
"on-click-right": "pavucontrol",
"on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle"
},
"network": {
"format-wifi": "󰤨 ",
"format-ethernet": "󰈀 ",
"format-disconnected": "󰌙 ",
},
"battery": {
"bat": "BAT0",
"adapter": "ADP0",
"interval": 60,
"states": {
"warning": 30,
"critical": 15
},
"max-length": 20,
"format": "{icon}",
"format-warning": "󰂃",
"format-critical": "󰂃",
"format-charging": "󰂄",
"format-plugged": "󰂄",
"format-alt": " {icon} {time} ",
"format-full": "",
"format-icons": ["󰁺", "󰁽", "󰁿", "󰂁", "󰁹"]
},
"clock": {
"format-alt": "<span> </span> {:%a %b %d}",
"format": "{:%H\n%M}"
},
},
{
"layer": "top",
"output": "DP-1",
"width": 10,
"position": "right",
"reload_style_on_change": true,
"modules-left": ["cpu", "temperature", ],
"modules-center": ["hyprland/workspaces"],
"modules-right": ["network", "clock"],
"hyprland/workspaces": {
"active-only": false,
"on-click": "activate",
},
"cpu": {
"interval": 1,
"format": "{usage}%",
"max-length": 4,
"min-length": 4
},
"temperature": {
"hwmon-path-abs": "/sys/devices/platform/coretemp.0/hwmon",
"input-filename": "temp1_input",
"format": "{temperatureC}°",
},
"pulseaudio": {
"format": "{icon}",
"format-bluetooth": "{icon} {volume}% {format_source}",
"format-bluetooth-muted": "x {icon} {format_source}",
"format-muted": "婢",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
},
"on-click-right": "pavucontrol",
"on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle"
},
"network": {
"format-wifi": "󰤨 ",
"format-ethernet": "󰈀 ",
"format-disconnected": "󰌙 ",
},
"battery": {
"bat": "BAT0",
"adapter": "ADP0",
"interval": 60,
"states": {
"warning": 30,
"critical": 15
},
"max-length": 20,
"format": "{icon}",
"format-warning": "󰂃",
"format-critical": "󰂃",
"format-charging": "󰂄",
"format-plugged": "󰂄",
"format-alt": " {icon} {time} ",
"format-full": "",
"format-icons": ["󰁺", "󰁽", "󰁿", "󰂁", "󰁹"]
},
"clock": {
"format-alt": "<span> </span> {:%a %b %d}",
"format": "{:%H\n%M}"
},
},
{
"layer": "top",
"output": "eDP-1",
"width": 10,
"position": "left",
"reload_style_on_change": true,
"modules-left": ["cpu", "temperature", ],
"modules-center": ["hyprland/workspaces"],
"modules-right": ["battery", "network", "clock"],
"hyprland/workspaces": {
"active-only": false,
"on-click": "activate",
},
"cpu": {
"interval": 1,
"format": "{usage}%",
"max-length": 4,
"min-length": 4
},
"temperature": {
"hwmon-path-abs": "/sys/devices/platform/coretemp.0/hwmon",
"input-filename": "temp1_input",
"format": "{temperatureC}°",
},
"pulseaudio": {
"format": "{icon}",
"format-bluetooth": "{icon} {volume}% {format_source}",
"format-bluetooth-muted": "x {icon} {format_source}",
"format-muted": "婢",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
},
"on-click-right": "pavucontrol",
"on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle"
},
"network": {
"format-wifi": "󰤨 ",
"format-ethernet": "󰈀 ",
"format-disconnected": "󰌙 ",
},
"battery": {
"bat": "BAT0",
"adapter": "ADP0",
"interval": 60,
"states": {
"warning": 30,
"critical": 15
},
"max-length": 20,
"format": "{icon}",
"format-warning": "󰂃",
"format-critical": "󰂃",
"format-charging": "󰂄",
"format-plugged": "󰂄",
"format-alt": " {icon} {time} ",
"format-full": "",
"format-icons": ["󰁺", "󰁽", "󰁿", "󰂁", "󰁹"]
},
"clock": {
"format-alt": "<span> </span> {:%a %b %d}",
"format": "{:%H\n%M}"
},
},
]