This commit is contained in:
Stephan Raabe 2024-01-06 15:14:21 +01:00
parent 6cc6b06c5a
commit d8a4c1f41b
2 changed files with 2 additions and 7 deletions

View File

@ -43,8 +43,8 @@ else
REPLACE="$keyboard_layout" REPLACE="$keyboard_layout"
sed -i "s/$SEARCH/$REPLACE/g" ~/dotfiles-versions/$version/hypr/conf/keyboard.conf sed -i "s/$SEARCH/$REPLACE/g" ~/dotfiles-versions/$version/hypr/conf/keyboard.conf
SEARCH="\"KEYBOARD_LAYOUT\"" SEARCH="KEYBOARD_LAYOUT"
REPLACE="\"$keyboard_layout\"" REPLACE="$keyboard_layout"
sed -i "s/$SEARCH/$REPLACE/g" ~/dotfiles-versions/$version/qtile/autostart.sh sed -i "s/$SEARCH/$REPLACE/g" ~/dotfiles-versions/$version/qtile/autostart.sh
echo "" echo ""

View File

@ -27,10 +27,5 @@ xfce4-power-manager &
# Load notification service # Load notification service
dunst & dunst &
# Launch polybar
~/dotfiles/qtile/scripts/loadbar.sh
sleep 1
# Setup Wallpaper and update colors # Setup Wallpaper and update colors
~/dotfiles/qtile/scripts/wallpaper.sh init ~/dotfiles/qtile/scripts/wallpaper.sh init