GTK: Using material ocean theme

This commit is contained in:
Zoe Roux
2021-12-29 12:13:23 +01:00
parent 6263787986
commit 0f0c16db05
4 changed files with 23 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
[Settings]
gtk-application-prefer-dark-theme=true
gtk-button-images=true
gtk-cursor-theme-name=PearDarkCursors
gtk-cursor-theme-size=24
gtk-enable-animations=true
gtk-font-name=Noto Sans, 10
gtk-menu-images=true
gtk-primary-button-warps-slider=false
gtk-theme-name=MaterialOcean
+9
View File
@@ -0,0 +1,9 @@
gtk-theme-name="MaterialOcean"
gtk-enable-animations=1
gtk-primary-button-warps-slider=0
gtk-menu-images=1
gtk-button-images=1
gtk-cursor-theme-size=24
gtk-cursor-theme-name="PearDarkCursors"
gtk-font-name="Noto Sans, 10"
Submodule gtk/themes/MaterialOcean added at aaa7a1d92c
+3 -1
View File
@@ -47,6 +47,9 @@ ln -s "$(realpath kitty/config)" ~/.config/kitty -f
ln -s "$(realpath picom/config)" ~/.config/picom -f
ln -s "$(realpath flameshot/config)" ~/.config/flameshot -f
ln -s "$(realpath fontconfig/config)" ~/.config/fontconfig -f
ln -s "$(realpath gtk/themes)" ~/.themes -f
ln -s "$(realpath gtk/config/gtk-3.0/settings.ini)" ~/.config/gtk-3.0/settings.ini -f
ln -s "$(realpath gtk/gtkrc-2.0)" ~/.gtkrc-2.0 -f
sudo ln -s "$(realpath startdwm)" /usr/bin/startdwm -f
sudo ln -s "$(realpath dwm.desktop)" /usr/share/xsessions/dwm.desktop -f
sudo ln -s "$(realpath fonts)" /usr/local/share/fonts -f
@@ -77,5 +80,4 @@ if [[ "$1" == "-i" ]]; then
eof
fi
fi
info "DONE."