Updates
This commit is contained in:
parent
6cc6b06c5a
commit
d8a4c1f41b
@ -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 ""
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user