Update
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-09-29 16:01:32 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-09-29 16:01:32 +0200 |
| Commit | 299f2576dd1c24c432e525eb0fc0634d812b9eb6 (patch) |
|
-rw-r--r-- |
.conkyrc | 2 | |
-rwxr-xr-x |
.shenanigans.sh | 3 |
2 files changed, 2 insertions, 3 deletions
| diff --git a/.conkyrc b/.conkyrc | |||
| 1 | conky.config = { |
1 | conky.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 | |||
| ... | |||
| 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 |
| ... | |||