+ Added elearning-isitup (personal purposes).

+ Added DWM Autostart script
+ Added Conky Launcher Script for DWM
+ More cleaning up
This commit is contained in:
ziro 2020-05-12 20:48:20 +07:00
parent c1db823131
commit 28d74082e0
5 changed files with 24 additions and 3 deletions

View file

@ -0,0 +1,5 @@
curl -s "https://isitup.org/elearning.binadarma.ac.id" > /tmp/isitup.html
cat /tmp/isitup.html | grep "data-text" | cut -d'"' -f2 > /tmp/isitup.txt
cat /tmp/isitup.txt

6
.scripts/launch-conky_dwm.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/dash
killall conky
while pgrep -u $UID -x conky >/dev/null; do sleep 1; done
conky --config=$HOME/.config/conky/conkyrc_dwm -b