Fix waybar
This commit is contained in:
@@ -1,69 +1,77 @@
|
|||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"modules-left": ["wlr/workspaces", "hyprland/window"],
|
"modules-left": [
|
||||||
"modules-center": ["clock"],
|
"hyprland/workspaces",
|
||||||
"modules-right": [
|
"hyprland/window"
|
||||||
"backlight",
|
],
|
||||||
"pulseaudio",
|
"modules-center": [
|
||||||
"network",
|
"clock"
|
||||||
"battery",
|
],
|
||||||
"tray"
|
"modules-right": [
|
||||||
],
|
"backlight",
|
||||||
"hyprland/window": {
|
"pulseaudio",
|
||||||
"separate-outputs": true
|
"network",
|
||||||
},
|
"battery",
|
||||||
"network": {
|
"tray"
|
||||||
"tooltip-format": "{ipaddr}",
|
],
|
||||||
"format-wifi": "{icon} {essid}",
|
"hyprland/window": {
|
||||||
"format-ethernet": " {ifname}",
|
"separate-outputs": true
|
||||||
"format-icons": [
|
},
|
||||||
"",
|
"network": {
|
||||||
"",
|
"tooltip-format": "{ipaddr}",
|
||||||
"",
|
"format-wifi": "{icon} {essid}",
|
||||||
"",
|
"format-ethernet": " {ifname}",
|
||||||
""
|
"format-icons": [
|
||||||
]
|
"",
|
||||||
},
|
"",
|
||||||
"battery": {
|
"",
|
||||||
"format": "{icon} {capacity}%",
|
"",
|
||||||
"format-icons": [
|
""
|
||||||
"",
|
]
|
||||||
"",
|
},
|
||||||
"",
|
"battery": {
|
||||||
"",
|
"format": "{icon} {capacity}%",
|
||||||
""
|
"format-icons": [
|
||||||
]
|
"",
|
||||||
},
|
"",
|
||||||
"backlight": {
|
"",
|
||||||
"format": "{percent}% {icon}",
|
"",
|
||||||
"format-icons": ["", ""]
|
""
|
||||||
},
|
]
|
||||||
"wlr/workspaces": {
|
},
|
||||||
"on-scroll-up": "hyprctl dispatch workspace e+1",
|
"backlight": {
|
||||||
"on-scroll-down": "hyprctl dispatch workspace e-1",
|
"format": "{percent}% {icon}",
|
||||||
"on-click": "activate",
|
"format-icons": [
|
||||||
"format": "{icon}",
|
"",
|
||||||
"format-icons": {
|
""
|
||||||
"urgent": "",
|
]
|
||||||
"active": "",
|
},
|
||||||
"default": ""
|
"hyprland/workspaces": {
|
||||||
}
|
"on-scroll-up": "hyprctl dispatch workspace e+1",
|
||||||
},
|
"on-scroll-down": "hyprctl dispatch workspace e-1",
|
||||||
"clock": {
|
"on-click": "activate",
|
||||||
"interval": 1,
|
"format": "{icon}",
|
||||||
"format-alt": "{:%a, %d. %b %H:%M:%S}"
|
"format-icons": {
|
||||||
},
|
"urgent": "",
|
||||||
"pulseaudio": {
|
"active": "",
|
||||||
"format": "{icon} {volume}%",
|
"default": ""
|
||||||
"format-muted": " MUTED",
|
}
|
||||||
"format-icons": {
|
},
|
||||||
"default": [
|
"clock": {
|
||||||
"",
|
"interval": 1,
|
||||||
"",
|
"format-alt": "{:%a, %d. %b %H:%M:%S}"
|
||||||
""
|
},
|
||||||
]
|
"pulseaudio": {
|
||||||
},
|
"format": "{icon} {volume}%",
|
||||||
"max-volume": 100,
|
"format-muted": " MUTED",
|
||||||
"on-click": "pavucontrol"
|
"format-icons": {
|
||||||
}
|
"default": [
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"max-volume": 100,
|
||||||
|
"on-click": "pavucontrol"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user