diff --git a/setup/linux/packages/base b/setup/linux/packages/base
index f7b976cb..18c4a000 100644
--- a/setup/linux/packages/base
+++ b/setup/linux/packages/base
@@ -52,6 +52,7 @@ p7zip
perl
pipes.sh
progsreiserfs
+pv
python
python-docopt
python-gnuplot
diff --git a/setup/linux/packages/dependencies b/setup/linux/packages/dependencies
index 3f22ee50..999b42b8 100644
--- a/setup/linux/packages/dependencies
+++ b/setup/linux/packages/dependencies
@@ -25,6 +25,7 @@ p7zip
pango
perl-rename
progsreiserfs
+pv
refind
rsync
startup-notification
diff --git a/setup/linux/profile_gui/airootfs/etc/skel/.config/alacritty/alacritty.yml b/setup/linux/profile_gui/airootfs/etc/skel/.config/alacritty/alacritty.yml
index a12dee79..f6842856 100644
--- a/setup/linux/profile_gui/airootfs/etc/skel/.config/alacritty/alacritty.yml
+++ b/setup/linux/profile_gui/airootfs/etc/skel/.config/alacritty/alacritty.yml
@@ -4,7 +4,7 @@ env:
font:
normal:
family: Hack
- size: 8.0
+ size: 9.0
colors:
primary:
diff --git a/setup/linux/profile_gui/airootfs/etc/skel/.config/openbox/rc.xml b/setup/linux/profile_gui/airootfs/etc/skel/.config/openbox/rc.xml
index 129574c0..3256fcf1 100644
--- a/setup/linux/profile_gui/airootfs/etc/skel/.config/openbox/rc.xml
+++ b/setup/linux/profile_gui/airootfs/etc/skel/.config/openbox/rc.xml
@@ -304,7 +304,7 @@
- alacritty --title "Hardware Diagnostics" -e "resize-and-run hw-diags"
+ alacritty --title "Hardware Diagnostics" -e resize-and-run hw-diags
@@ -319,7 +319,7 @@
- alacritty --title "Mount all Volumes" -e "resize-and-run mount-all-volumes gui"
+ alacritty --title "Mount all Volumes" -e resize-and-run mount-all-volumes gui
@@ -329,17 +329,17 @@
- alacritty --title "Hardware Diagnostics" -e "resize-and-run hw-diags --quick"
+ alacritty --title "Hardware Diagnostics" -e resize-and-run hw-diags --quick
- alacritty -e "resize-and-run /bin/zsh"
+ alacritty -e resize-and-run /bin/zsh
- alacritty --title "Hardware Sensors" -e "resize-and-run hw-sensors"
+ alacritty --title "Hardware Sensors" -e resize-and-run hw-sensors
@@ -359,7 +359,7 @@
- alacritty --title "Hardware Diagnostics" -e "resize-and-run hw-diags"
+ alacritty --title "Hardware Diagnostics" -e resize-and-run hw-diags
@@ -374,7 +374,7 @@
- alacritty --title "Mount all Volumes" -e "resize-and-run mount-all-volumes gui"
+ alacritty --title "Mount all Volumes" -e resize-and-run mount-all-volumes gui
@@ -384,17 +384,17 @@
- alacritty --title "Hardware Diagnostics" -e "resize-and-run hw-diags --quick"
+ alacritty --title "Hardware Diagnostics" -e resize-and-run hw-diags --quick
- alacritty -e "resize-and-run /bin/zsh"
+ alacritty -e resize-and-run /bin/zsh
- alacritty --title "Hardware Sensors" -e "resize-and-run hw-sensors"
+ alacritty --title "Hardware Sensors" -e resize-and-run hw-sensors
diff --git a/setup/linux/profile_gui/airootfs/etc/skel/.config/picom/picom.conf b/setup/linux/profile_gui/airootfs/etc/skel/.config/picom/picom.conf
index 3a07836a..556906ac 100644
--- a/setup/linux/profile_gui/airootfs/etc/skel/.config/picom/picom.conf
+++ b/setup/linux/profile_gui/airootfs/etc/skel/.config/picom/picom.conf
@@ -17,7 +17,7 @@
# My Stuff
opacity-rule = [
- "95:class_g = 'termite' && !_NET_WM_STATE@:32a",
+ "90:class_g = 'Alacritty' && !_NET_WM_STATE@:32a",
"0:_NET_WM_STATE@[0]:32a *= '_NET_WM_STATE_HIDDEN'",
"0:_NET_WM_STATE@[1]:32a *= '_NET_WM_STATE_HIDDEN'",
"0:_NET_WM_STATE@[2]:32a *= '_NET_WM_STATE_HIDDEN'",