summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/Pictures/wallpapers/flat-books.png (renamed from home/Pictures/wallpapers/Pages.png)bin1133976 -> 1133976 bytes
-rw-r--r--home/Pictures/wallpapers/ghibli-road.png (renamed from home/Pictures/wallpapers/5m5kLI9.png)bin313297 -> 313297 bytes
-rw-r--r--home/Pictures/wallpapers/penguins-hugging.jpgbin0 -> 519955 bytes
-rw-r--r--home/Pictures/wallpapers/rose.png (renamed from home/Pictures/wallpapers/rose01.png)bin1508642 -> 1508642 bytes
-rw-r--r--home/Pictures/wallpapers/snowy-light-trees.jpg (renamed from home/Pictures/wallpapers/maciek-sulkowski-fJ-22PLNGvE.jpg)bin1283226 -> 1283226 bytes
-rw-r--r--home/Pictures/wallpapers/sunrise-mountains.webp (renamed from home/Pictures/wallpapers/Flight1.webp)bin62148 -> 62148 bytes
-rwxr-xr-xhome/scripts/greet.sh6
7 files changed, 3 insertions, 3 deletions
diff --git a/home/Pictures/wallpapers/Pages.png b/home/Pictures/wallpapers/flat-books.png
index 3e4cf16..3e4cf16 100644
--- a/home/Pictures/wallpapers/Pages.png
+++ b/home/Pictures/wallpapers/flat-books.png
Binary files differ
diff --git a/home/Pictures/wallpapers/5m5kLI9.png b/home/Pictures/wallpapers/ghibli-road.png
index bf7b60d..bf7b60d 100644
--- a/home/Pictures/wallpapers/5m5kLI9.png
+++ b/home/Pictures/wallpapers/ghibli-road.png
Binary files differ
diff --git a/home/Pictures/wallpapers/penguins-hugging.jpg b/home/Pictures/wallpapers/penguins-hugging.jpg
new file mode 100644
index 0000000..ee21cc5
--- /dev/null
+++ b/home/Pictures/wallpapers/penguins-hugging.jpg
Binary files differ
diff --git a/home/Pictures/wallpapers/rose01.png b/home/Pictures/wallpapers/rose.png
index 0b11bcb..0b11bcb 100644
--- a/home/Pictures/wallpapers/rose01.png
+++ b/home/Pictures/wallpapers/rose.png
Binary files differ
diff --git a/home/Pictures/wallpapers/maciek-sulkowski-fJ-22PLNGvE.jpg b/home/Pictures/wallpapers/snowy-light-trees.jpg
index c2f6350..c2f6350 100644
--- a/home/Pictures/wallpapers/maciek-sulkowski-fJ-22PLNGvE.jpg
+++ b/home/Pictures/wallpapers/snowy-light-trees.jpg
Binary files differ
diff --git a/home/Pictures/wallpapers/Flight1.webp b/home/Pictures/wallpapers/sunrise-mountains.webp
index c59bd58..c59bd58 100644
--- a/home/Pictures/wallpapers/Flight1.webp
+++ b/home/Pictures/wallpapers/sunrise-mountains.webp
Binary files differ
diff --git a/home/scripts/greet.sh b/home/scripts/greet.sh
index 00b6be5..cb2aae5 100755
--- a/home/scripts/greet.sh
+++ b/home/scripts/greet.sh
@@ -4,12 +4,12 @@ source log.sh "greet.sh"
pick_greeting() {
path="$1"
greetings=("$1"/*)
- greeting="${greetings[$RANDOM % ${#greetings[@]}]}"
- echo "$greeting"
+ greeting_path="${greetings[$RANDOM % ${#greetings[@]}]}"
+ echo "$greeting_path"
}
GREETINGS_LIST="$XDG_CONFIG_HOME/zsh/greetings"
-if [ ! -d "$GREETINGS_LIST" ]; then
+if [ ! -d "$GREETINGS_LIST" ]; then
log DEBUG "no such file $GREETINGS_LIST"
exit 0
fi