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