From bdf1162d4733fb2a5c0c6eb6b615342acd98cb8b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 7 Sep 2024 14:50:02 +0300 Subject: fix(tazjin/home): fix cursor sizes on hidpi/non-hidpi machines Change-Id: If2e2c7ffeadcd920e518c107b30156a62ea7c5c4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12449 Autosubmit: tazjin Reviewed-by: tazjin Tested-by: BuildkiteCI --- users/tazjin/home/shared.nix | 2 +- users/tazjin/home/zamalek.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'users') diff --git a/users/tazjin/home/shared.nix b/users/tazjin/home/shared.nix index 887668a2f9fd..a5aa5296a132 100644 --- a/users/tazjin/home/shared.nix +++ b/users/tazjin/home/shared.nix @@ -110,7 +110,7 @@ in iconTheme.name = "Chicago95-tux"; iconTheme.package = chicago95; - cursorTheme.name = "Chicago95_Animated_Hourglass_Cursors_HiDPI"; + cursorTheme.name = lib.mkDefault "Chicago95_Animated_Hourglass_Cursors"; cursorTheme.package = chicago95; }; diff --git a/users/tazjin/home/zamalek.nix b/users/tazjin/home/zamalek.nix index d24de945bb28..98da5e6b233e 100644 --- a/users/tazjin/home/zamalek.nix +++ b/users/tazjin/home/zamalek.nix @@ -8,4 +8,6 @@ depot.users.tazjin.home.shared depot.users.tazjin.home.persistence ]; + + gtk.cursorTheme.name = lib.mkForce "Chicago95_Animated_Hourglass_Cursors_HiDPI"; } -- cgit 1.4.1