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