pointerCursor + lightdm bullshit

This commit is contained in:
Anish Lakhwara
2022-10-19 21:11:13 +10:00
parent f3e4f71928
commit 8a30a27452
3 changed files with 18 additions and 10 deletions
+1
View File
@@ -10,6 +10,7 @@ in
{
home.pointerCursor = {
x11.enable = true;
x11.defaultCursor = "left_ptr";
package = pkgs.capitaine-cursors;
name = "capitaine-cursors";
};
+3
View File
@@ -1,5 +1,8 @@
#!/usr/bin/env bash
# Cheap hack to get pointerCursor working because for some reason it doesn't...
xsetroot -xcf /etc/profiles/per-user/anish/share/icons/capitaine-cursors/cursors/left_ptr 32
pkill -u $UID -x polybar
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done