Mise à jour : hyprland/workspaces à la place de wlr/workspaces dans la configuration de la Waybar d'Hyprland
This commit is contained in:
parent
1ac1431f62
commit
ea599a6889
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
||||||
"margin-bottom": 10,
|
"margin-bottom": 10,
|
||||||
"margin-left": 10,
|
"margin-left": 10,
|
||||||
"margin-right": 10,
|
"margin-right": 10,
|
||||||
"modules-left": ["wlr/workspaces", "hyprland/language", "keyboard-state", "hyprland/submap", "hyprland/window"],
|
"modules-left": ["hyprland/workspaces", "hyprland/language", "keyboard-state", "hyprland/submap", "hyprland/window"],
|
||||||
"modules-center": ["tray", "custom/notifications", "clock"],
|
"modules-center": ["tray", "custom/notifications", "clock"],
|
||||||
"modules-right": ["network", "pulseaudio#output", "pulseaudio#input", "temperature", "cpu", "memory"],
|
"modules-right": ["network", "pulseaudio#output", "pulseaudio#input", "temperature", "cpu", "memory"],
|
||||||
"wlr/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"disable-scroll": true,
|
"disable-scroll": true,
|
||||||
"all-outputs": true,
|
"all-outputs": true,
|
||||||
"format": "{icon} {name}",
|
"format": "{icon} {name}",
|
||||||
|
|
Loading…
Reference in a new issue