mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-04 04:54:24 +01:00
Lets group these things together too
This commit is contained in:
6
install/set-framework-text-scaling.sh
Normal file
6
install/set-framework-text-scaling.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
COMPUTER_MAKER=$(sudo dmidecode -t system | grep 'Manufacturer:' | awk '{print $2}')
|
||||
SCREEN_RESOLUTION=$(xrandr | grep '*+' | awk '{print $1}')
|
||||
|
||||
if [ "$COMPUTER_MAKER" == "Framework" ] && [ "$SCREEN_RESOLUTION" == "2256x1504" ]; then
|
||||
gsettings set org.gnome.desktop.interface text-scaling-factor 0.8
|
||||
fi
|
||||
Reference in New Issue
Block a user