From 53d613f4fd1ce6f29b2756f86fef58a0adbb2e9e Mon Sep 17 00:00:00 2001 From: Nick Boughton Date: Fri, 11 Dec 2020 15:03:02 +0000 Subject: [PATCH] include gtk-3 settings --- .gitignore | 2 +- gtk-3.0/custom-papers | 10 ++++++++++ gtk-3.0/gtk.css | 13 +++++++++++++ gtk-3.0/settings.ini | 18 ++++++++++++++++++ sway/config | 8 ++++++-- 5 files changed, 48 insertions(+), 3 deletions(-) create mode 100644 gtk-3.0/custom-papers create mode 100644 gtk-3.0/gtk.css create mode 100644 gtk-3.0/settings.ini diff --git a/.gitignore b/.gitignore index 5bbc115..7c94159 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,7 @@ filezilla/ fontconfig/ geary/ gtk-2.0/ -gtk-3.0/ +gtk-3.0/bookmarks gtk-4.0/ htop/ libfm/ diff --git a/gtk-3.0/custom-papers b/gtk-3.0/custom-papers new file mode 100644 index 0000000..625a730 --- /dev/null +++ b/gtk-3.0/custom-papers @@ -0,0 +1,10 @@ +[Paper0] +Name=Custom Size 1 +DisplayName=Custom Size 1 +Width=250 +Height=332 +MarginTop=6.3499999999999996 +MarginBottom=14.224 +MarginLeft=6.3499999999999996 +MarginRight=6.3499999999999996 +Orientation=portrait diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css new file mode 100644 index 0000000..85839ed --- /dev/null +++ b/gtk-3.0/gtk.css @@ -0,0 +1,13 @@ +/*decoration { + box-shadow: none; +} + +decoration:backdrop { + box-shadow: none; +} +*/ + +.titlebar, +.titlebar .background { + border-radius: 0; +} diff --git a/gtk-3.0/settings.ini b/gtk-3.0/settings.ini new file mode 100644 index 0000000..1735c17 --- /dev/null +++ b/gtk-3.0/settings.ini @@ -0,0 +1,18 @@ +[Settings] +gtk-application-prefer-dark-theme=1 +gtk-theme-name=NordSur-dark +#gtk-theme-name=Nordic +gtk-icon-theme-name=Tela-circle-grey-dark +gtk-font-name=Roboto 10 +gtk-cursor-theme-name=Adwaita +gtk-cursor-theme-size=0 +gtk-toolbar-style=GTK_TOOLBAR_ICONS +gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR +gtk-button-images=1 +gtk-menu-images=1 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle=hintslight +gtk-xft-rgba=rgb diff --git a/sway/config b/sway/config index 1405d04..a51c0c1 100644 --- a/sway/config +++ b/sway/config @@ -53,7 +53,11 @@ set $menu wofi -c ~/.config/wofi/config -s ~/.config/wofi/style.css -I # minimal blue sunset #output * bg /home/nick/Pictures/8895blnusy261.jpg fill # stalenhag, quiet big lad -output * bg /home/nick/Pictures/oluit9ej7iu51.png fill +#output * bg /home/nick/Pictures/oluit9ej7iu51.png fill +# A beautiful view +#output * bg /home/nick/Pictures/7fr8hgzkaf461.jpg fill +# Lake by night +output * bg /home/nick/Pictures/8dbo97lzo5461.jpg fill ### Gnome settings set $gnome-schema org.gnome.desktop.interface @@ -94,7 +98,7 @@ for_window [app_id=catfish] floating enable for_window [app_id=zoom] floating enable for_window [app_id=pcmanfm] floating enable for_window [app_id=pavucontrol] floating enable -for_window [app_id=ristretto] floating enable +for_window [app_id=eog] floating enable for_window [app_id=ranger] floating enable for_window [app_id=transmission-gtk] floating enable for_window [app_id=io.github.celluloid_player.Celluloid] floating enable