Dir cleanup.
This commit is contained in:
parent
1d03f114e7
commit
c6c5925041
4 changed files with 0 additions and 0 deletions
10
misc/clockscript.sh
Executable file
10
misc/clockscript.sh
Executable 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
1
misc/oomox.sh
Executable file
|
@ -0,0 +1 @@
|
|||
sh /home/andrew/workspace/git_repos/oomox/gui.sh
|
2
misc/restartkde5.sh
Executable file
2
misc/restartkde5.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
kquitapp5 plasmashell && kstart plasmashell
|
7
misc/weatherscript.sh
Executable file
7
misc/weatherscript.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
while sleep 15m
|
||||
do
|
||||
clear
|
||||
pwy
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue