dotfiles/waybar/config
2025-04-06 00:01:51 +02:00

115 lines
3.6 KiB
Plaintext

{
"name": "float",
"layer": "top",
"position": "bottom",
"height": 75,
"exclusive": false,
"passthrough": false,
"gtk-layer-shell": true,
"margin-right": 10,
"margin-bottom": 0,
"margin-top" : 0,
"margin-left": 0,
"margin-right": 0,
"height" : 10,
"modules-left": [
],
"modules-center": [
],
"modules-right": [
"hyprland/workspaces",
"tray",
"battery",
"clock",
],
"hyprland/window": {
"format": "{}",
"max-length": 35,
"rewrite": {
"": "Harsh"
},
"separate-outputs": true,
},
"hyprland/workspaces": {
"format": "{icon}",
"on-click": "activate",
"sort-by-number": true,
"persistent-workspaces": {
"DP-3": [11, 12, 13, 14, 15, 16, 17, 18, 19],
"DP-2": [21, 22, 23, 24, 25, 26, 27, 28, 29]
},
},
"clock": {
"format": "{:%d/%m/%Y %H:%M}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{}",
"interval": 1
},
"battery": {
"states": {
"warning": 30,
"critical": 15
},
"format": "{capacity}% {icon}",
"format-full": "{icon} {capacity}%",
"format-charging": " {capacity}%",
"format-plugged": " {capacity}%",
"format-alt": "{time} {icon}",
"format-icons": ["", "", "", "", ""]
},
"pulseaudio#1": {
"format": "{volume}% {icon}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": "",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
},
"on-click-right": "pavucontrol",
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
"on-scroll-up": "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+",
"on-scroll-down": "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
},
"pulseaudio#2": {
"format": "{format_source}",
"format-bluetooth": "{volume}% {icon}",
"format-muted": "{format_source}",
"format-source": "{volume}% ",
"format-source-muted": "",
"format-icons": {
"headphones": "",
"handsfree": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": [
"",
"",
""
]
},
"on-click-right": "pavucontrol",
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle",
"on-scroll-up": "wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%+",
"on-scroll-down": "wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%-"
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "",
"deactivated": ""
}
},
"tray": {
"icon-size": 15,
"spacing": 10
}
}