add hidpi in install.sh
This commit is contained in:
parent
c3bfe46e79
commit
943cb53c93
18
.install/hidpi.sh
Normal file
18
.install/hidpi.sh
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
# ------------------------------------------------------
|
||||
# hidpi support
|
||||
# ------------------------------------------------------
|
||||
|
||||
echo -e "${GREEN}"
|
||||
figlet "hidpi"
|
||||
echo -e "${NONE}"
|
||||
|
||||
if [! -d ~/dotfiles ]; then
|
||||
hidpiconfirm="Do you want 2x hidpi scale?"
|
||||
if gum confirm "$hidpiconfirm"; then
|
||||
sed -E 's/size = [0-9]+(\.[0-9]+)?/size = 18/' alacritty/alacritty.toml
|
||||
sed -E 's/[0-9]+(\.[0-9]+)?/16/' .settings/rofi-font.rasi
|
||||
echo '\n# hidpi scale\nsource = ~/dotfiles/hypr/conf/hidpi.conf' >> hypr/conf/custom.conf
|
||||
sed -E 's/1/2' hypr/conf/monitors/default.conf
|
||||
fi
|
||||
|
@ -60,6 +60,7 @@ if [[ $profile == *"Qtile"* ]]; then
|
||||
source .install/install-packages.sh
|
||||
fi
|
||||
source .install/wallpaper.sh
|
||||
source .install/hidpi.sh
|
||||
source .install/displaymanager.sh
|
||||
source .install/issue.sh
|
||||
source .install/restore.sh
|
||||
|
Loading…
Reference in New Issue
Block a user