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
This commit is contained in:
6
runs-all/get-reqs-arch/i3.sh
Executable file
6
runs-all/get-reqs-arch/i3.sh
Executable file
@@ -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"
|
||||
@@ -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 --------
|
||||
|
||||
Reference in New Issue
Block a user