Dir cleanup.

This commit is contained in:
Andrew Schott 2024-07-02 04:04:00 -05:00
parent 1d03f114e7
commit c6c5925041
4 changed files with 0 additions and 0 deletions

10
misc/clockscript.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
while sleep 1
do
DATE=$(date)
tput bold
echo "${DATE} "
tput cuu 2
tput sgr0
done

1
misc/oomox.sh Executable file
View file

@ -0,0 +1 @@
sh /home/andrew/workspace/git_repos/oomox/gui.sh

2
misc/restartkde5.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
kquitapp5 plasmashell && kstart plasmashell

7
misc/weatherscript.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
while sleep 15m
do
clear
pwy
done