dotfiles/waybar/config
2025-04-09 21:11:14 +02:00

146 lines
4.1 KiB
Plaintext

{
"name": "float",
"layer": "top",
"position": "bottom",
"exclusive": false,
"passthrough": false,
"gtk-layer-shell": true,
"margin-right": 10,
"margin-bottom": 0,
"margin-top" : 0,
"margin-left": 0,
"margin-right": 0,
"height" : 16,
"modules-left": [
],
"modules-center": [
],
"modules-right": [
"hyprland/workspaces",
"custom/cpu",
"custom/mem",
"battery",
"tray",
"clock",
],
"hyprland/window": {
"format": "{}",
"max-length": 35,
"rewrite": {
"": "Harsh"
},
"separate-outputs": true,
},
"hyprland/workspaces": {
"format": "{icon}",
"format-icons": {
"11": "1",
"12": "2",
"13": "3",
"14": "4",
"15": "5",
"16": "6",
"17": "7",
"18": "8",
"19": "9",
"20": "0",
"21": "1",
"22": "2",
"23": "3",
"24": "4",
"25": "5",
"26": "6",
"27": "7",
"28": "8",
"29": "9",
"30": "0",
},
"on-click": "activate",
"sort-by-number": true,
"persistent-workspaces": {
"DP-3": [11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
"DP-2": [21, 22, 23, 24, 25, 26, 27, 28, 29, 30]
},
},
"clock": {
"format": "{:L%A %d %B %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": 16,
"spacing": 5
},
"custom/cpu": {
"exec": "~/.config/dotfiles/hypr/cpu.sh",
"restart-interval": 2
},
"custom/mem": {
"exec": "~/.config/dotfiles/hypr/mem.sh",
"restart-interval": 2
}
}