diff options
author | Kyle K <kylek389@gmail.com> | 2020-08-19 14:13:12 -0500 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2020-08-19 14:13:12 -0500 |
commit | 7dae1ccfd1bb1107f5c42a75bcddfc3a766f1099 (patch) | |
tree | 73e5b06bdf1e605a70a74f300c9c9e7b6bdd763d /postinstall.sh | |
parent | b8d844cde708705d6a9a87b580eee7b1a5e8cd62 (diff) | |
download | gentoox-7dae1ccfd1bb1107f5c42a75bcddfc3a766f1099.tar.gz gentoox-7dae1ccfd1bb1107f5c42a75bcddfc3a766f1099.tar.bz2 gentoox-7dae1ccfd1bb1107f5c42a75bcddfc3a766f1099.zip |
8/19 release
Diffstat (limited to 'postinstall.sh')
-rwxr-xr-x | postinstall.sh | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/postinstall.sh b/postinstall.sh index 0a19446..5e5e5f7 100755 --- a/postinstall.sh +++ b/postinstall.sh @@ -61,12 +61,18 @@ gtk-theme-name=Breeze-Dark' >> ~/.config/gtk-3.0/settings.ini kwriteconfig5 --file ~/.config/kdeglobals --group General --key XftHintStyle --type string hintslight kwriteconfig5 --file ~/.config/kdeglobals --group General --key XftSubPixel --type string rgb -kwriteconfig5 --file ~/.config/kdeglobals --group General --key fixed --type string "Hack,9,-1,5,50,0,0,0,0,0,Regular" -kwriteconfig5 --file ~/.config/kdeglobals --group General --key font --type string "Noto Sans,9,-1,5,50,0,0,0,0,0,Regular" -kwriteconfig5 --file ~/.config/kdeglobals --group General --key menuFont --type string "Noto Sans,9,-1,5,50,0,0,0,0,0,Regular" -kwriteconfig5 --file ~/.config/kdeglobals --group General --key smallestReadableFont --type string "Noto Sans,9,-1,5,50,0,0,0,0,0,Regular" -kwriteconfig5 --file ~/.config/kdeglobals --group General --key toolBarFont --type string "Noto Sans,9,-1,5,50,0,0,0,0,0,Regular" -kwriteconfig5 --file ~/.config/kdeglobals --group WM --key activeFont --type string "Noto Sans,9,-1,5,50,0,0,0,0,0,Regular" +#kwriteconfig5 --file ~/.config/kdeglobals --group General --key fixed --type string "Hack,9,-1,5,50,0,0,0,0,0,Regular" +#kwriteconfig5 --file ~/.config/kdeglobals --group General --key font --type string "Noto Sans,9,-1,5,50,0,0,0,0,0,Regular" +#kwriteconfig5 --file ~/.config/kdeglobals --group General --key menuFont --type string "Noto Sans,9,-1,5,50,0,0,0,0,0,Regular" +#kwriteconfig5 --file ~/.config/kdeglobals --group General --key smallestReadableFont --type string "Noto Sans,9,-1,5,50,0,0,0,0,0,Regular" +#kwriteconfig5 --file ~/.config/kdeglobals --group General --key toolBarFont --type string "Noto Sans,9,-1,5,50,0,0,0,0,0,Regular" +#kwriteconfig5 --file ~/.config/kdeglobals --group WM --key activeFont --type string "Noto Sans,9,-1,5,50,0,0,0,0,0,Regular" +kwriteconfig5 --file ~/.config/kdeglobals --group General --key fixed --type string "Fira Code,9,-1,5,50,0,0,0,0,0" +kwriteconfig5 --file ~/.config/kdeglobals --group General --key font --type string "Fira Sans,9,-1,5,57,0,0,0,0,0,Medium" +kwriteconfig5 --file ~/.config/kdeglobals --group General --key menuFont --type string "Fira Sans,9,-1,5,57,0,0,0,0,0,Medium" +kwriteconfig5 --file ~/.config/kdeglobals --group General --key smallestReadableFont --type string "Fira Sans,9,-1,5,50,0,0,0,0,0" +kwriteconfig5 --file ~/.config/kdeglobals --group General --key toolBarFont --type string "Fira Sans,9,-1,5,57,0,0,0,0,0,Medium" +kwriteconfig5 --file ~/.config/kdeglobals --group WM --key activeFont --type string "Fira Sans,10,-1,5,63,0,0,0,0,0,SemiBold" kwriteconfig5 --file ~/.config/kdeglobals --group KDE --key LookAndFeelPackage --type string "GentooX" kwriteconfig5 --file ~/.config/kdeglobals --group KDE --key SingleClick --type bool false |