]> Git repositories of Lucie Scarlet - dotfiles.git/commitdiff
Added install for Nitrogen and Variety
authorLucie Scarlet <lucie@scarlet.moe>
Thu, 4 Jul 2024 00:34:00 +0000 (02:34 +0200)
committerLucie Scarlet <lucie@scarlet.moe>
Thu, 4 Jul 2024 00:34:00 +0000 (02:34 +0200)
i3/install.sh
i3/plq [new file with mode: 0644]
i3/variety.tar.gz [new file with mode: 0644]

index 7c6ea542a18e7fbb6e91ea81301b199827a38849..93cc68550f120b51ca0f2a5e2ca84fae814a7cd0 100755 (executable)
@@ -1,8 +1,11 @@
 #!/bin/bash
 
+set -euxo pipefail
+
 echo "Installing i3 config"
 mkdir -p ~/.config/i3
 cp ./i3config ~/.config/i3/config
+
 echo  "Installing i3status config"
 mkdir -p ~/.config/i3status
 cp ./i3status ~/.config/i3status/config
@@ -18,3 +21,13 @@ echo "* * * * * python3 /opt/uptime.py > /tmp/uptime" | tee -a $ct
 echo "@reboot python3 /opt/uptime.py > /tmp/uptime" | tee -a $ct
 
 crontab $ct
+
+echo "Installing Nitrogen and Variety"
+
+sudo -s <<EOF
+apt update -y
+apt install -y nitrogen variety
+EOF
+
+tar xzvf ./variety.tar.gz -C ~/.config
+cp ./plq ~/.plq
diff --git a/i3/plq b/i3/plq
new file mode 100644 (file)
index 0000000..034456f
--- /dev/null
+++ b/i3/plq
@@ -0,0 +1,6 @@
+I should find a mansion that serves tea soon. --Marisa (EoSD)
+Did you forget to wear your stomach warmer? --Cirno (PoFV)
+I'm not an item... Oh, whatever. --Tewi (PoFV)
+It sure feels great out.\n\nThere aren't many evil spirits about\nduring the day, so I'm trying my luck at night...\n\nBut it's dark out, and\nI'm not sure where to go.\n\nStill...\n\nIt's so romantic out behind the shrine at night.\n(← carefree) --Reimu (EoSD)
+Ah, there you are, youkai. ♥ --Reimu (LLS)
+I'll say it again.\nYou're in the way. Would you move? (angry) --Marisa (LLS)
diff --git a/i3/variety.tar.gz b/i3/variety.tar.gz
new file mode 100644 (file)
index 0000000..8ebf6df
Binary files /dev/null and b/i3/variety.tar.gz differ