update hidpi.sh: run always

This commit is contained in:
Yingjie Wang 2024-03-28 02:31:27 -04:00
parent 671a47f09e
commit 9f8b285ba3

View File

@ -7,7 +7,6 @@ echo -e "${GREEN}"
figlet "hidpi" figlet "hidpi"
echo -e "${NONE}" echo -e "${NONE}"
if [! -d ~/dotfiles ]; then
hidpiconfirm="Do you want 2x hidpi scale?" hidpiconfirm="Do you want 2x hidpi scale?"
if gum confirm "$hidpiconfirm"; then if gum confirm "$hidpiconfirm"; then
sed -E 's/size = [0-9]+(\.[0-9]+)?/size = 18/' alacritty/alacritty.toml sed -E 's/size = [0-9]+(\.[0-9]+)?/size = 18/' alacritty/alacritty.toml
@ -15,5 +14,3 @@ if [! -d ~/dotfiles ]; then
echo '\n# hidpi scale\nsource = ~/dotfiles/hypr/conf/hidpi.conf' >> hypr/conf/custom.conf echo '\n# hidpi scale\nsource = ~/dotfiles/hypr/conf/hidpi.conf' >> hypr/conf/custom.conf
sed -E 's/1/2' hypr/conf/monitors/default.conf sed -E 's/1/2' hypr/conf/monitors/default.conf
fi fi
fi