diff --git a/homeManagerModules/desktopEnv/hypr/hyprland.conf b/homeManagerModules/desktopEnv/hypr/hyprland.conf index 2f0758f4..266e12f7 100644 --- a/homeManagerModules/desktopEnv/hypr/hyprland.conf +++ b/homeManagerModules/desktopEnv/hypr/hyprland.conf @@ -45,6 +45,7 @@ $terminal = alacritty $fileManager = thunar $menu = fuzzel $browser = firefox +$bar = waybar # Some default env vars. env = XCURSOR_SIZE,24 @@ -100,8 +101,8 @@ decoration { dim_special = 0.5 - layerrule = blur, waybar - layerrule = ignorezero, waybar + layerrule = blur, $bar + layerrule = ignorezero, $bar layerrule = blur, launcher @@ -253,4 +254,4 @@ bind = , xf86launch2, exec, playerctl play-pause bind = , PRINT, exec, hyprshot -m output -o ~/Pictures/Screenshots # Show/hide waybar. -bind = $mainMod, F11, exec, pkill -SIGUSR1 waybar \ No newline at end of file +bind = $mainMod, F11, exec, pkill -SIGUSR1 $bar \ No newline at end of file