From f4a0fec0becc0f3dec51004f01c986ec0352f7c4 Mon Sep 17 00:00:00 2001 From: EinEtwas Date: Mon, 14 Oct 2024 23:55:48 +0200 Subject: [PATCH] fix: use hyprland instead of sway in waybar config --- home/waybar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/waybar.nix b/home/waybar.nix index 588a207..338e004 100644 --- a/home/waybar.nix +++ b/home/waybar.nix @@ -15,7 +15,7 @@ "eDP-1" ]; - modules-left = ["sway/workspaces" "sway/mode" "cpu" "memory"]; + modules-left = ["hyprland/workspaces" "hyprland/mode" "cpu" "memory"]; modules-center = []; modules-right = ["pulseaudio" "backlight" "network" "battery" "clock"];