added alot

This commit is contained in:
Robin
2025-11-30 21:51:33 +01:00
parent bdd48d2b73
commit 532cf4542e
15 changed files with 2287 additions and 52 deletions

View File

@@ -4,7 +4,7 @@
"reload_style_on_change": true,
"modules-left": ["custom/notification","clock","custom/pacman"],
"modules-center": ["hyprland/workspaces"],
"modules-right": ["network","bluetooth","tray"],
"modules-right": ["network","bluetooth","pulseaudio","tray"],
"hyprland/workspaces": {
@@ -51,7 +51,7 @@
"format-on": "󰂯 ",
"format-off": "BT-off ",
"format-disabled": "󰂲 ",
"format-connected-battery": "{device_battery_percentage}% 󰂯",
"format-connected-battery": "󰂯 {device_battery_percentage}%",
"format-alt": "{device_alias} 󰂯 ",
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
@@ -128,5 +128,17 @@
"icon-size": 14,
"spacing": 10
},
"pulseaudio": {
"format": "{icon} {volume}%",
"format-muted": "{icon} {volume}%",
"format-icons": {
"default": [ "󰕿", "󰖀", "󰕾" ],
"default-muted": "󰝟",
"headphone": "󰋋",
"headphone-muted": "󰟎",
"headset": "󰋎",
"headset-muted": "󰋐"
},
},
}