diff --git a/.install/keyboard.sh b/.install/keyboard.sh index 4e43253..a596ac8 100755 --- a/.install/keyboard.sh +++ b/.install/keyboard.sh @@ -43,8 +43,8 @@ else REPLACE="$keyboard_layout" sed -i "s/$SEARCH/$REPLACE/g" ~/dotfiles-versions/$version/hypr/conf/keyboard.conf - SEARCH="\"KEYBOARD_LAYOUT\"" - REPLACE="\"$keyboard_layout\"" + SEARCH="KEYBOARD_LAYOUT" + REPLACE="$keyboard_layout" sed -i "s/$SEARCH/$REPLACE/g" ~/dotfiles-versions/$version/qtile/autostart.sh echo "" diff --git a/.install/templates/autostart.sh b/.install/templates/autostart.sh index 9ef127a..425a978 100755 --- a/.install/templates/autostart.sh +++ b/.install/templates/autostart.sh @@ -27,10 +27,5 @@ xfce4-power-manager & # Load notification service dunst & -# Launch polybar -~/dotfiles/qtile/scripts/loadbar.sh - -sleep 1 - # Setup Wallpaper and update colors ~/dotfiles/qtile/scripts/wallpaper.sh init