This commit is contained in:
jonathan.wyss
2025-09-26 16:15:35 +02:00
parent bbda61be11
commit 772871bd77
5 changed files with 32 additions and 1 deletions

6
dwm/Makefile Normal file
View File

@@ -0,0 +1,6 @@
build:
tar cf ./dwm-utils.tar \
./dwm-time.service \
./dwm-time.sh \
./dwm.desktop \
./startdwm.sh

View File

@@ -4,7 +4,7 @@ Description=Show time in dwm dmenu bar
[Service]
#WorkingDirectory=<directory_of_script e.g. /root>
ExecStart=/home/ccppi/.scripts/dwm-time.sh
ExecStart=/home/ccppi/.scripts/dwm-time
Restart=always
[Install]

View File

@@ -1,3 +1,4 @@
#!/bin/bash
while true; do
xsetroot -name "$(date)"
sleep 2