From 2ffa49fe41faffff406f13378c012c018c764de9 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Thu, 23 Oct 2025 20:28:51 -0500 Subject: 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 --- runs-all/get-reqs-arch/i3.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 runs-all/get-reqs-arch/i3.sh (limited to 'runs-all/get-reqs-arch') 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" -- cgit v1.3