This commit is contained in:
Kris
2026-03-28 18:31:43 +02:00
parent bcb06844ca
commit c87bd55ce3
66 changed files with 1034 additions and 1222 deletions

View File

@@ -6,7 +6,7 @@
"margin-right": 8,
"spacing": 10,
"include": [
"~/config/config/waybar/modules.json"
"~/.config/waybar/modules.json"
],
"modules-left": [
"hyprland/workspaces",

View File

@@ -125,7 +125,7 @@
]
},
"tooltip-format": "{desc}\n{icon} {volume}%",
"on-click": "pavucontrol"
"on-click": "qs ipc call deltarune.shell toggleQuickSettings"
},
"pulseaudio#lol": {
"format": "{volume}%",
@@ -140,7 +140,7 @@
]
},
"tooltip-format": "{desc}\n{icon} {volume}%",
"on-click": "pavucontrol",
"on-click": "qs ipc call deltarune.shell toggleQuickSettings",
"class": "pulseaudio-lol"
},
"network": {
@@ -153,7 +153,7 @@
"tooltip-format-ethernet": " {ifname}\n  {bandwidthUpBits}  {bandwidthDownBits}",
"tooltip-format-disconnected": "󰈂",
"max-length": 50,
"on-click": "nm-connection-editor"
"on-click": "kitty -e nmtui"
},
"bluetooth": {
"format": "",
@@ -161,7 +161,7 @@
"format-off": "",
"tooltip-format": "Ierīces pieslēgas Bluetooth: {num_connections}",
"interval": 1,
"on-click": "blueman-manager",
"on-click": "qs ipc call deltarune.shell toggleQuickSettings",
"format-no-controller": ""
}
}