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", "layer": "top",
"margin-bottom": 5, "margin-bottom": 5,
"margin-top": 0, "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-center": ["hyprland/workspaces"],
"modules-right": ["backlight", "wireplumber", "clock", "battery", "custom/power"], "modules-right": ["backlight", "wireplumber", "clock", "battery", "custom/power"],
@@ -22,7 +23,8 @@
"scroll-step": 5, "scroll-step": 5,
"format": "{icon} {volume}%", "format": "{icon} {volume}%",
"format-muted": " {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": ["", "", ""] "format-icons": ["", "", ""]
}, },
@@ -64,7 +66,7 @@
}, },
"clock": { "clock": {
"format": " {:%H:%M 📅 %d.%m.%y}", "format": " {:%H:%M 󰃭 %d.%m.%y}",
"tooltip": false "tooltip": false
}, },