parent
998af79fb6
commit
1652011473
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
systemctl --user import-environment DISPLAY XAUTHORITY
|
||||
#!/bin/sh
|
||||
while true; do
|
||||
sleep 1 && date +"<-- %A, %B %d -- %H:%M -->" | xargs -I% xsetroot -name %
|
||||
done
|
||||
|
|
|
@ -27,7 +27,6 @@ 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; [
|
||||
|
|
Loading…
Reference in a new issue