From 2b8dd47d026a6c168a41ee1a71925b9044e1fe71 Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Sat, 15 Jan 2022 21:06:39 +0100 Subject: [PATCH] fix --- .../mkdir-cp-git-chmod-echo-files.sh | 2 +- themes/.gtkrc-2.0 | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 themes/.gtkrc-2.0 diff --git a/install-scripts/mkdir-cp-git-chmod-echo-files.sh b/install-scripts/mkdir-cp-git-chmod-echo-files.sh index 9f590fa..ced3b46 100644 --- a/install-scripts/mkdir-cp-git-chmod-echo-files.sh +++ b/install-scripts/mkdir-cp-git-chmod-echo-files.sh @@ -145,7 +145,7 @@ cp -r ~/bspwm-install-ma-dte/themes/icons/Papirus-icon-theme/Papirus-Light/* ~/. mkdir ~/.config/gtk-3.0 cp ~/bspwm-install-ma-dte/themes/gtk-3.0/settings.ini ~/.config/gtk-3.0 - +cp ~/bspwm-install-ma-dte/themes/.gtkrc-2.0 ~/ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" diff --git a/themes/.gtkrc-2.0 b/themes/.gtkrc-2.0 new file mode 100644 index 0000000..7a5880d --- /dev/null +++ b/themes/.gtkrc-2.0 @@ -0,0 +1,18 @@ +# DO NOT EDIT! This file will be overwritten by LXAppearance. +# Any customization should be done in ~/.gtkrc-2.0.mine instead. + +include "/home/mara/.gtkrc-2.0.mine" +gtk-theme-name="Nordic-theme" +gtk-icon-theme-name="Papirus-Dark" +gtk-font-name="Sans 9" +gtk-cursor-theme-name="Nordzy-cursors" +gtk-cursor-theme-size=0 +gtk-toolbar-style=GTK_TOOLBAR_BOTH +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=1 +gtk-menu-images=1 +gtk-enable-event-sounds=0 +gtk-enable-input-feedback-sounds=0 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle="hintfull" \ No newline at end of file