From 541284f1992873091a0c218e13302e41db809eb0 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Mon, 15 Apr 2024 19:26:53 +0200 Subject: [PATCH] Move waybar to the bottom --- modules/home/de/hyprland/waybar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/de/hyprland/waybar.nix b/modules/home/de/hyprland/waybar.nix index 20c5a44..9f77f2e 100644 --- a/modules/home/de/hyprland/waybar.nix +++ b/modules/home/de/hyprland/waybar.nix @@ -12,7 +12,7 @@ settings = { mainBar = { layer = "top"; - position = "top"; + position = "bottom"; spacing = 10; modules-left = ["clock"];