make notes about paths
This commit is contained in:
12
dwm/dwm-time.service
Normal file
12
dwm/dwm-time.service
Normal 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
5
dwm/dwm-time.sh
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
while true; do
|
||||||
|
xsetroot -name "$(date)"
|
||||||
|
sleep 2
|
||||||
|
done
|
||||||
|
|
||||||
8
dwm/startdwm.sh
Executable file
8
dwm/startdwm.sh
Executable file
@@ -0,0 +1,8 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
#/usr/bin/startdwm
|
||||||
|
|
||||||
|
xrandr --auto
|
||||||
|
nm-applet &
|
||||||
|
cbatticon &
|
||||||
|
blueman-applet &
|
||||||
|
dwm
|
||||||
Reference in New Issue
Block a user