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 <tazjin@tvl.su> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
7903d26054
commit
bdf1162d47
2 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -8,4 +8,6 @@
|
|||
depot.users.tazjin.home.shared
|
||||
depot.users.tazjin.home.persistence
|
||||
];
|
||||
|
||||
gtk.cursorTheme.name = lib.mkForce "Chicago95_Animated_Hourglass_Cursors_HiDPI";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue