From fb4fa6f78de94cc0c6d834ca7588b579de0609a7 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 23 Dec 2024 18:54:13 -0600 Subject: [PATCH] positions --- modules/home-manager/hyprland.nix | 6 +++--- nixos/foxtrot.nix | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 55d1051..c82a3d0 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -316,7 +316,7 @@ in { text_align = "center"; # rotate = 10; - position = "0, 200"; + position = "0, 250"; font_family = "IosevkaLyteTerm"; text = ''Locked for $USER''; @@ -328,14 +328,14 @@ in { { monitor = ""; - font_size = 20; + font_size = 32; halign = "center"; valign = "center"; text_align = "center"; color = "rgba(255, 255, 255, 0.5)"; - position = "0 120"; + position = "0 100"; font_family = "IosevkaLyteTerm"; text = "cmd[update:1000] date '+%a %b %d %H:%M:%S'"; diff --git a/nixos/foxtrot.nix b/nixos/foxtrot.nix index 7c4cf1e..53e0e26 100644 --- a/nixos/foxtrot.nix +++ b/nixos/foxtrot.nix @@ -298,7 +298,7 @@ in label = [ { monitor = ""; - font_size = 20; + font_size = 32; halign = "center"; valign = "center"; @@ -307,7 +307,7 @@ in position = "0 -500"; font_family = "IosevkaLyteTerm"; - text = "cmd[update:1000] acpi"; + text = "cmd[update:30000] acpi"; shadow_passes = 3; shadow_size = 1;