mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Update desktop environment with new status bar and styling
- Use polybar instead of xfce4-panel - Modify bspwm and picom to conform to new spacing and style - Use arc-gruvbox custom theme instead of Nordic for GTK - Clean up fish scripts
This commit is contained in:
parent
24d7587106
commit
2b7261fb62
9 changed files with 65 additions and 115 deletions
|
|
@ -88,7 +88,6 @@ end
|
|||
|
||||
function add_lvm2_mkinitcpio_hook -a is_encrypt
|
||||
log 'Adding lvm2 mkinitcpio hook'
|
||||
install lvm2
|
||||
|
||||
set -l hooks 'lvm2'
|
||||
if test -n "$is_encrypt"
|
||||
|
|
@ -96,7 +95,9 @@ function add_lvm2_mkinitcpio_hook -a is_encrypt
|
|||
end
|
||||
|
||||
sed -i "s/modconf block filesystems/modconf block $hooks filesystems/" /etc/mkinitcpio.conf
|
||||
mkinitcpio -P
|
||||
|
||||
log 'Installing lvm2'
|
||||
install lvm2
|
||||
end
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue