dotfiles/.config/waybar/config
SindreKjelsrud 11b1185afc
add waybar config
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
2024-10-07 16:18:55 +02:00

83 lines
2.1 KiB
Text

{
"layer": "top",
"position": "top",
"height": 40,
"spacing": 0,
"exclusive": true,
"gtk-layer-shell": true,
"passthrough": false,
"fixed-center": true,
"modules-left": ["hyprland/workspaces"],
"modules-center": ["custom/spotify"],
"modules-right": [
"battery",
"backlight",
"pulseaudio",
"clock",
"clock#simpleclock",
"tray",
"custom/power",
],
"custom/spotify": {
"format": " {}",
"return-type": "json",
"on-click": "playerctl -p spotify play-pause",
"on-click-right": "spotifatius toggle-liked",
"on-click-middle": "playerctl -p spotify next",
"exec": "spotifatius monitor",
},
"hyprland/workspaces": {
"on-click": "activate",
"format": "{name}",
"all-outputs": true,
"disable-scroll": false,
"active-only": false,
},
"backlight": {
"device": "amdgpu_b10",
"format": "<span color='#d9b172'>{icon}</span> {percent}%",
"format-icons": ["", "", "", "", "", "", "", "", ""]
},
"battery": {
"format": "<span color='#a8cd76'>{icon}</span> {capacity}%",
//"format-alt": "{time} {icon}",
"format-icons": ["", "", "", "", "", "", "", "", "", "", ""],
"format-charging": "<span color='#a8cd76'></span> {capacity}%"
},
"tray": {
"show-passive-items": true,
"spacing": 10,
},
"clock#simpleclock": {
"tooltip": false,
"format": " {:%H:%M}",
},
"clock": {
"format": " {:L%a %d %b}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
},
"pulseaudio": {
"format": "{icon} {volume}%",
"format-muted": " muted",
"format-icons": {
"headphone": "",
"hands-free": "󰂑",
"headset": "󰂑",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""],
},
"on-click": "pavucontrol",
},
"custom/sep": {
"format": "|",
"tooltip": false,
},
"custom/power": {
"tooltip": false,
"on-click": "wlogout -p layer-shell &",
"format": "⏻ ",
},
}