pointerCursor + lightdm bullshit
This commit is contained in:
@@ -10,6 +10,7 @@ in
|
||||
{
|
||||
home.pointerCursor = {
|
||||
x11.enable = true;
|
||||
x11.defaultCursor = "left_ptr";
|
||||
package = pkgs.capitaine-cursors;
|
||||
name = "capitaine-cursors";
|
||||
};
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user