minor changes

This commit is contained in:
Maximilian Wagner
2025-07-13 17:33:57 +02:00
parent f62454848f
commit 8cfd477d7b

8
config
View File

@@ -2,7 +2,8 @@
"layer": "top",
"margin-bottom": 5,
"margin-top": 0,
"modules-left": ["idle_inhibitor", "cpu", "memory", "network", "tray"],
//"modules-left": ["idle_inhibitor", "cpu", "memory", "network", "tray"],
"modules-left": ["idle_inhibitor", "cpu", "memory", "tray"],
"modules-center": ["hyprland/workspaces"],
"modules-right": ["backlight", "wireplumber", "clock", "battery", "custom/power"],
@@ -22,7 +23,8 @@
"scroll-step": 5,
"format": "{icon} {volume}%",
"format-muted": " {volume}%",
"on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle",
//"on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle",
"on-click": "pavucontrol",
"format-icons": ["", "", ""]
},
@@ -64,7 +66,7 @@
},
"clock": {
"format": " {:%H:%M 📅 %d.%m.%y}",
"format": " {:%H:%M 󰃭 %d.%m.%y}",
"tooltip": false
},