aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-09-29 16:01:32 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-09-29 16:01:32 +0200
commit299f2576dd1c24c432e525eb0fc0634d812b9eb6 (patch)
treea30841e30de064e95f658c52b061973da3df65cb
parentb4125ecac022e5772b2bb527558f67ead3724e1c (diff)
downloaddotfiles-299f2576dd1c24c432e525eb0fc0634d812b9eb6.tar.gz
Update
-rw-r--r--.conkyrc2
-rwxr-xr-x.shenanigans.sh3
2 files changed, 2 insertions, 3 deletions
diff --git a/.conkyrc b/.conkyrc
index e60721c..6641bec 100644
--- a/.conkyrc
+++ b/.conkyrc
@@ -1,5 +1,5 @@
1conky.config = { 1conky.config = {
2 update_interval = 2, 2 update_interval = 1,
3 alignment = 'top_right', 3 alignment = 'top_right',
4 background = true, 4 background = true,
5 double_buffer = true, 5 double_buffer = true,
diff --git a/.shenanigans.sh b/.shenanigans.sh
index 992f799..e358af8 100755
--- a/.shenanigans.sh
+++ b/.shenanigans.sh
@@ -68,8 +68,7 @@ backup() {
68 "ssh.zip $HOME/.ssh" 68 "ssh.zip $HOME/.ssh"
69 "bash_history_infinite.zip $HOME/.bash_history_infinite" 69 "bash_history_infinite.zip $HOME/.bash_history_infinite"
70 "projects.zip $HOME/Projects" 70 "projects.zip $HOME/Projects"
71 "notes.zip $HOME/Notes" 71 "twow.zip $HOME/Games/turtlewow/WTF $HOME/Games/turtlewow/wow.sh"
72 "twow.zip $HOME/Games/turtlewow/Sound $HOME/Games/turtlewow/WTF $HOME/Games/turtlewow/SuperWoWhook.dll $HOME/Games/turtlewow/dlls.txt $HOME/Games/turtlewow/wow.sh"
73 ) 72 )
74 73
75 for entry in "${archive_sets[@]}"; do 74 for entry in "${archive_sets[@]}"; do