Skip to content

Commit

Permalink
[nwg-look] fixing config
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe committed Jun 25, 2024
1 parent 0030ebb commit 8b30ec7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions etc/skel/.config/gtk-3.0/settings.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Settings]
gtk-theme-name=Arc-Dark
gtk-icon-theme-name=Qogir-dark
gtk-font-name=Noto Sans 11
gtk-font-name=Noto Sans 10
gtk-cursor-theme-name=Qogir-dark
gtk-cursor-theme-size=16
gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=0
Expand Down
6 changes: 6 additions & 0 deletions etc/skel/.config/nwg-look/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"export-settings-ini": true,
"export-gtkrc-20": true,
"export-index-theme": true,
"export-xsettingsd": true
}
4 changes: 2 additions & 2 deletions etc/skel/.gtkrc-2.0
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
include "/home/joe/.gtkrc-2.0.mine"
gtk-theme-name="Arc-Dark"
gtk-icon-theme-name="Qogir-dark"
gtk-font-name="Noto Sans 11"
gtk-font-name="Noto Sans 10"
gtk-cursor-theme-name="Qogir-dark"
gtk-cursor-theme-size=16
gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=0
Expand Down
4 changes: 2 additions & 2 deletions etc/skel/.local/share/nwg-look/gsettings
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Generated by nwg-look, do not edit this file.
gtk-theme=Arc-Dark
icon-theme=Qogir-dark
font-name=Noto Sans 11
font-name=Noto Sans 10
cursor-theme=Qogir-dark
cursor-size=16
cursor-size=24
toolbar-style=both-horiz
toolbar-icons-size=large
font-hinting=slight
Expand Down

0 comments on commit 8b30ec7

Please sign in to comment.