redesigns waybar and small hyprland adjustments

This commit is contained in:
2026-08-07 18:06:02 +02:00
parent 97fb8472f2
commit 720004bde8
29 changed files with 791 additions and 242 deletions
+41
View File
@@ -0,0 +1,41 @@
{
"pulseaudio": {
"format": "{icon}",
"format-muted": "",
"format-icons": {
"headphone": "󰋋",
"headset": "󰋋",
"hands-free": "󰋋",
"default": [
"",
"",
""
]
},
"on-click": "pavucontrol",
"tooltip-format": "Output: {volume}%"
},
"pulseaudio#microphone": {
"format": "{format_source}",
"format-source": "",
"format-source-muted": ""
},
"pulseaudio/slider": {
"min": 0,
"max": 100,
"orientation": "horizontal"
},
"mpris": {
"format": "{player_icon} {dynamic}",
"format-paused": "{status_icon} <i>{dynamic}</i>",
"player-icons": {
"default": "▶",
"mpv": "🎵"
},
"status-icons": {
"paused": "⏸"
},
"on-click-middle": "",
"on-click-right": "hyprctl dispatch 'hl.dsp.focus({window = \"class:deezer-desktop\"})'"
}
}