From d8a4c1f41bce02c1f974bcb9ee41ba479ff040d9 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Sat, 6 Jan 2024 15:14:21 +0100 Subject: [PATCH] Updates --- .install/keyboard.sh | 4 ++-- .install/templates/autostart.sh | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) 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