Restructured DWL startup files

This commit is contained in:
2024-09-18 18:44:47 -07:00
parent d9cca35b59
commit 0ea7a9251f
10 changed files with 199 additions and 51 deletions

View File

@@ -0,0 +1,9 @@
killall conky
killall somebar
mkfifo $SOMEBAR_FIFO -m666
conky -c ~/.conkyrc > $SOMEBAR_FIFO &
$DWL_BAR -s $SOMEBAR_FIFO > $XDG_RUNTIME_DIR/somebar.log 2>&1

View File

@@ -0,0 +1,3 @@
swayidle -w \
timeout 600 'systemctl hybrid-sleep' &

View File

@@ -0,0 +1,2 @@
musnify-mpd -h localhost -p 6600 &

View File

@@ -0,0 +1,7 @@
mako --font "Iosevka Term" \
--background-color "#777777AA" \
--text-color "#EEEEEE" \
--border-color "#777777AA" \
--border-radius 5 \
--default-timeout 5000 &

View File

@@ -0,0 +1,3 @@
cmd=$(get_randr.pl)
$cmd

View File

@@ -0,0 +1,3 @@
swaybg --mode fill --image ~/.config/wallpaper.jpg &