Restructured DWL startup files
This commit is contained in:
9
dwl_entourage/dwl.bar_setup
Normal file
9
dwl_entourage/dwl.bar_setup
Normal 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
|
||||
|
3
dwl_entourage/dwl.idle_setup
Normal file
3
dwl_entourage/dwl.idle_setup
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
swayidle -w \
|
||||
timeout 600 'systemctl hybrid-sleep' &
|
2
dwl_entourage/dwl.mpd_support_setup
Normal file
2
dwl_entourage/dwl.mpd_support_setup
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
musnify-mpd -h localhost -p 6600 &
|
7
dwl_entourage/dwl.notification_setup
Normal file
7
dwl_entourage/dwl.notification_setup
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
mako --font "Iosevka Term" \
|
||||
--background-color "#777777AA" \
|
||||
--text-color "#EEEEEE" \
|
||||
--border-color "#777777AA" \
|
||||
--border-radius 5 \
|
||||
--default-timeout 5000 &
|
3
dwl_entourage/dwl.randr_setup
Normal file
3
dwl_entourage/dwl.randr_setup
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
cmd=$(get_randr.pl)
|
||||
$cmd
|
3
dwl_entourage/dwl.wallpaper_setup
Normal file
3
dwl_entourage/dwl.wallpaper_setup
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
swaybg --mode fill --image ~/.config/wallpaper.jpg &
|
||||
|
Reference in New Issue
Block a user