Files
waybar-config/config
2026-05-07 20:32:35 +09:00

64 lines
1.7 KiB
Plaintext

{
"layer": "top",
"position": "top",
"modules-left": ["custom/haskell", "hyprland/workspaces"],
"modules-center": ["clock"],
"modules-right": ["pulseaudio", "backlight", "battery", "custom/music", "tray", "custom/lock", "custom/power"],
"custom/haskell": {
"format": "λ",
"tooltip": false
},
"hyprland/workspaces": {
"disable-scroll": true,
"format": "{id}",
"on-click": "activate"
},
"tray": {
"icon-size": 21,
"spacing": 10
},
"custom/music": {
"format": "{}",
"escape": true,
"interval": 5,
"tooltip": false,
"exec": "playerctl metadata --format='{{ title }}'",
"on-click": "playerctl play-pause",
"max-length": 50
},
"clock": {
"timezone": "Asia/Seoul",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "DATE {:%d/%m/%Y}",
"format": "TIME {:%H:%M}"
},
"backlight": {
"device": "intel_backlight",
"format": "BRI {percent}%"
},
"battery": {
"states": {
"warning": 30,
"critical": 15
},
"format": "BAT {capacity}%",
"format-charging": "BAT {capacity}% +",
"format-plugged": "BAT {capacity}% ="
},
"pulseaudio": {
"format": "VOL {volume}%",
"format-muted": "VOL MUTE",
"on-click": "pavucontrol"
},
"custom/lock": {
"tooltip": false,
"on-click": "sh -c '(sleep 0.5s; swaylock --grace 0)' & disown",
"format": "LOCK"
},
"custom/power": {
"tooltip": false,
"on-click": "wlogout &",
"format": "PWR"
}
}