From bfe76009caf876c29fba5e20c8272b4cac9cf665 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 10 Jun 2025 02:13:25 +0200 Subject: [PATCH 1/3] feat: update font on lock screen as well --- modules/home/hyprlock/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/home/hyprlock/default.nix b/modules/home/hyprlock/default.nix index f00b9c9..dc557b6 100644 --- a/modules/home/hyprlock/default.nix +++ b/modules/home/hyprlock/default.nix @@ -52,6 +52,7 @@ fail_color = rgba(191, 97, 106, 0.75) check_color = rgba(235, 203, 139, 0.75) placeholder_text = Password + font_family = GohuFont 14 Nerd Font Mono hide_input = false position = 0, -400 halign = center @@ -63,7 +64,7 @@ text = cmd[update:1000] echo "$(date +"%A, %B %d")" color = rgba(209, 207, 207, 0.75) font_size = 22 - font_family = JetBrains Mono + font_family = GohuFont 14 Nerd Font Mono position = 0, 300 halign = center valign = center @@ -74,7 +75,7 @@ text = cmd[update:1000] echo "$(date +"%-H:%M")" color = rgba(209, 207, 207, 0.75) font_size = 95 - font_family = JetBrains Mono Extrabold + font_family = GohuFont 14 Nerd Font Mono position = 0, 200 halign = center valign = center From 06f404c4f636cdbe37d415de0aa6cf56e53a8956 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 10 Jun 2025 02:13:53 +0200 Subject: [PATCH 2/3] feat: adds styling for tabs in hyprland (hyprland is horrible software part many) --- modules/home/hyprland/config.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index a0a150b..93539ff 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -95,11 +95,20 @@ gaps_in = 5; gaps_out = 10; border_size = 2; - # "col.active_border" = "rgb(cda5ef) rgb(cda5ef) 45deg"; "col.active_border" = "rgb(ffffff) rgb(ffffff) 45deg"; "col.inactive_border" = "0x00000000"; no_border_on_floating = false; }; + group = { + "col.border_active" = "rgb(ffffff) rgb(ffffff) 45deg"; + "col.border_inactive" = "0x00000000"; + groupbar = { + font_family = "GohuFont 11 Nerd Font Mono"; + font_size = 11; + "col.active" = "rgb(efa8a5) rgb(efa8a5) 45deg"; + "col.inactive" = "rgb(a5ecef) rgb(a5ecef) 45deg"; + }; + }; misc = { disable_autoreload = true; From 508ee8cd309728faade615c1aa71fbe427bc7819 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 10 Jun 2025 02:14:04 +0200 Subject: [PATCH 3/3] fix: monitors might work now, idk, hyprland sucks. --- modules/home/hyprland/displays.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/hyprland/displays.conf b/modules/home/hyprland/displays.conf index db1dd93..dc95b92 100644 --- a/modules/home/hyprland/displays.conf +++ b/modules/home/hyprland/displays.conf @@ -1,3 +1,4 @@ # monitor=HDMI-A-1,1920x1080@165,0x0,1,transform,0 -# monitor=DP-1, 3440x1440@144,0x0,1,transform,0 +monitor=DP-1, 3440x1440@144,0x0,1,transform,0 +monitor=DP-2, 3440x1440@144,0x0,1,transform,0 monitor=CMT GM34-CWQ CMI231700118,3440x1440@144,0x0,1,transform,0