make notes about paths

This commit is contained in:
jonathan.wyss
2025-09-09 22:00:43 +02:00
parent 1d14359e3f
commit 3870a64981
3 changed files with 25 additions and 0 deletions

12
dwm/dwm-time.service Normal file
View File

@@ -0,0 +1,12 @@
[Unit]
Description=Show time in dwm dmenu bar
[Service]
#WorkingDirectory=<directory_of_script e.g. /root>
ExecStart=/home/ccppi/.scripts/dwm-time.sh
Restart=always
[Install]
WantedBy=multi-user.target

5
dwm/dwm-time.sh Executable file
View File

@@ -0,0 +1,5 @@
while true; do
xsetroot -name "$(date)"
sleep 2
done

8
dwm/startdwm.sh Executable file
View File

@@ -0,0 +1,8 @@
#! /bin/bash
#/usr/bin/startdwm
xrandr --auto
nm-applet &
cbatticon &
blueman-applet &
dwm