dwm datetime
parent
2b353ac1bd
commit
9f3082ff5a
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
while true; do
|
||||
sleep 1 && date +"<-- %A, %B %d -- %H:%M -->" | xargs -I% xsetroot -name %
|
||||
done
|
|
@ -23,6 +23,12 @@ in
|
|||
fade = false;
|
||||
};
|
||||
|
||||
systemd.user.services.xrootdatetime = {
|
||||
script = builtins.readFile ../home/scripts/x-root-datetime.sh;
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
partOf = [ "graphical-session.target" ];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
dmenu
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue