minor changes
This commit is contained in:
8
config
8
config
@@ -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
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user