diff options
author | zachir <zachir@librem.one> | 2025-07-26 14:53:38 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-26 14:53:38 -0500 |
commit | 42af60895ead150a9482fdbd161aa9cba9522174 (patch) | |
tree | 45aa8ec24d35f6d845fb641df7ec1c2210e1ca73 | |
parent | 15fcf2d96bbf568ec3ce7f6e17e5cd808c8af7de (diff) |
Switch waybar to check out scroll
-rw-r--r-- | waybar/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/waybar/config b/waybar/config index 9cfffa6..9400eba 100644 --- a/waybar/config +++ b/waybar/config @@ -7,7 +7,7 @@ // Choose the order of the modules - "modules-left":[ "hyprland/workspaces", "custom/launcher", "hyprland/window"], + "modules-left":[ "sway/workspaces", "custom/launcher", "sway/window"], "modules-center":[], "modules-right":[ "tray", "mpd", "idle_inhibitor", "temperature#cpu0", "temperature#cpu1", "temperature#gpu0", "temperature#gpu1", "temperature#gpu2", "wireplumber", "cpu", "memory", "network", "clock", "custom/power"], @@ -224,7 +224,7 @@ // Choose the order of the modules - "modules-left":[ "hyprland/workspaces", "custom/launcher", "hyprland/window"], + "modules-left":[ "sway/workspaces", "custom/launcher", "sway/window"], "modules-center":[], "modules-right":[ "tray", "mpd", "idle_inhibitor", "temperature#cpu0", "temperature#cpu1", "temperature#gpu0", "temperature#gpu1", "temperature#gpu2", "wireplumber", "cpu", "memory", "network", "clock", "custom/power"], |