Skip to content

Commit

Permalink
add gtk settings.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed Feb 8, 2022
1 parent 1304e6f commit 02bd2c9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nwg_shell/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def main():
print("Failure")

print("[Configs installation]")
for item in ["sway", "nwg-panel", "nwg-wrapper", "nwg-drawer", "nwg-dock", "nwg-bar", "swaync"]:
for item in ["gtk-3.0", "sway", "nwg-panel", "nwg-wrapper", "nwg-drawer", "nwg-dock", "nwg-bar", "swaync"]:
copy_from_skel(item, args.all)


Expand Down
15 changes: 15 additions & 0 deletions nwg_shell/skel/config/gtk-3.0/settings.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[Settings]
gtk-theme-name=Adwaita-dark
gtk-icon-theme-name=Papirus-Dark
gtk-font-name=Cantarell 11
gtk-cursor-theme-name=Adwaita
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_ICONS
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=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull

0 comments on commit 02bd2c9

Please sign in to comment.