aboutsummaryrefslogtreecommitdiff
path: root/runs-all
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-10-23 20:28:51 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-10-23 20:28:51 -0500
commit2ffa49fe41faffff406f13378c012c018c764de9 (patch)
tree892692390ad3ec225318d9e75c717dfc5cfda8b6 /runs-all
parenta910750e912fb80b87f1ca3b385573d813bc3e4c (diff)
Squashed commit of the following:
- updated mimes - added mpd and rmpc - added mpd to autostart - removed delays from autostart - install script for i3, i3blocks, and i3blocks config from repo - i3 - pango font and nerd font for bar - switched to i3blocks - colors :3
Diffstat (limited to 'runs-all')
-rwxr-xr-xruns-all/get-reqs-arch/i3.sh6
-rwxr-xr-xruns-all/mimes.sh2
2 files changed, 8 insertions, 0 deletions
diff --git a/runs-all/get-reqs-arch/i3.sh b/runs-all/get-reqs-arch/i3.sh
new file mode 100755
index 0000000..873ba51
--- /dev/null
+++ b/runs-all/get-reqs-arch/i3.sh
@@ -0,0 +1,6 @@
+$sudo pacman -S --noconfirm i3 i3blocks
+
+git clone --depth 1 https://github.com/vivien/i3blocks-contrib "$DEV_ENV/.config/i3blocks/git-dir"
+
+mv $DEV_ENV/.config/i3blocks/git-dir/* "$DEV_ENV/.config/i3blocks/"
+$sudo rm -r "$DEV_ENV/.config/i3blocks/git-dir"
diff --git a/runs-all/mimes.sh b/runs-all/mimes.sh
index c6f4114..a7a68b0 100755
--- a/runs-all/mimes.sh
+++ b/runs-all/mimes.sh
@@ -8,4 +8,6 @@ xdg-mime default pinta.desktop image/jpeg
xdg-mime default pinta.desktop image/png
xdg-mime default pinta.desktop image/webp
xdg-mime default pinta.desktop image/gif
+xdg-mime default mpv.desktop video/webm
+xdg-mime default mpv.desktop video/mp4
echo --------