make notes about paths

This commit is contained in:
jonathan.wyss
2025-09-09 22:00:13 +02:00
parent b7b1080c29
commit 1d14359e3f
4 changed files with 1 additions and 24 deletions

View File

@@ -1,12 +0,0 @@
[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

View File

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

View File

@@ -1,3 +1,4 @@
#/usr/share/xsessions/dwm.desktop
[Desktop Entry]
Name=dwm
Comment=improved dynamic tiling window manager

View File

@@ -1,7 +0,0 @@
#! /bin/bash
xrandr --auto
nm-applet &
cbatticon &
dwm