+ Use dwmblocks on dwm

+ 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
This commit is contained in:
ziro 2020-05-18 12:48:22 +07:00
parent 5d3f85eb80
commit 57c06d99ce
7 changed files with 49 additions and 16 deletions

View file

@ -1,5 +1,14 @@
#!/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