DISPLAY or something?

main
Zynh Ludwig 2024-06-27 19:58:07 -07:00
parent bfd130c879
commit af4f7265e0
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
systemctl --user import-environment DISPLAY XAUTHORITY
while true; do
sleep 1 && date +"<-- %A, %B %d -- %H:%M -->" | xargs -I% xsetroot -name %
done

View File

@ -27,6 +27,7 @@ in
script = builtins.readFile ../home/scripts/x-root-datetime.sh;
wantedBy = [ "graphical-session.target" ];
partOf = [ "graphical-session.target" ];
after = [ "graphical-session.target" ];
};
environment.systemPackages = with pkgs; [