Revert "DISPLAY or something?"

This reverts commit af4f7265e0.
main
Zynh Ludwig 2024-06-27 20:26:26 -07:00
parent 998af79fb6
commit 1652011473
2 changed files with 1 additions and 2 deletions

View File

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

View File

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