+ Added free disks indicator to polybar + Trying out lfimg (Buggy) + Rework rateUSD + Rework PATH, now detect any subdir inside .local/bin + lf now can be accessed inside vim
14 lines
229 B
Bash
Executable file
14 lines
229 B
Bash
Executable file
#!/bin/sh
|
|
|
|
launch-dwmblocks &
|
|
picom &
|
|
nitrogen --restore &
|
|
$HOME/.scripts/launch-conky_dwm.sh &
|
|
|
|
#if [ x$(pidof dwmblocks) = "x" ]
|
|
#then
|
|
# dwmblocks &
|
|
# pkill -RTMIN+1 dwmblocks
|
|
#else
|
|
# echo 'dwmblocks is running, skipped.'
|
|
#fi
|