duunno
This commit is contained in:
6
dwm/Makefile
Normal file
6
dwm/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
build:
|
||||
tar cf ./dwm-utils.tar \
|
||||
./dwm-time.service \
|
||||
./dwm-time.sh \
|
||||
./dwm.desktop \
|
||||
./startdwm.sh
|
||||
@@ -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]
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
while true; do
|
||||
xsetroot -name "$(date)"
|
||||
sleep 2
|
||||
|
||||
Reference in New Issue
Block a user