gtk update
This commit is contained in:
@@ -1,18 +1,19 @@
|
||||
# DO NOT EDIT! This file will be overwritten by LXAppearance.
|
||||
# DO NOT EDIT! This file will be overwritten by nwg-look.
|
||||
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||
|
||||
include "/home/poq/.gtkrc-2.0.mine"
|
||||
gtk-theme-name="Sweet-Dark"
|
||||
gtk-icon-theme-name="Sweet-Purple"
|
||||
gtk-font-name="Cantarell 10"
|
||||
gtk-cursor-theme-name="Qogir-dark"
|
||||
gtk-font-name="Adwaita Sans 11"
|
||||
gtk-cursor-theme-name="Qogir-Dark"
|
||||
gtk-cursor-theme-size=10
|
||||
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=1
|
||||
gtk-enable-input-feedback-sounds=1
|
||||
gtk-enable-input-feedback-sounds=0
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle="hintfull"
|
||||
gtk-xft-hintstyle="hintslight"
|
||||
gtk-xft-rgba="rgb"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# This file is written by LXAppearance. Do not edit.
|
||||
# This file is written by nwg-look. Do not edit.
|
||||
[Icon Theme]
|
||||
Name=Default
|
||||
Comment=Default Cursor Theme
|
||||
Inherits=Qogir-dark
|
||||
Inherits=Qogir-Dark
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
[Settings]
|
||||
gtk-theme-name=Sweet-Dark
|
||||
gtk-icon-theme-name=Sweet-Purple
|
||||
gtk-font-name=Cantarell 10
|
||||
gtk-cursor-theme-name=Qogir-dark
|
||||
gtk-cursor-theme-size=10
|
||||
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=1
|
||||
gtk-enable-input-feedback-sounds=1
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintfull
|
||||
20
dots/gtk/settings_30.ini
Normal file
20
dots/gtk/settings_30.ini
Normal file
@@ -0,0 +1,20 @@
|
||||
[Settings]
|
||||
gtk-theme-name=Sweet-Dark
|
||||
gtk-icon-theme-name=Sweet-Purple
|
||||
#gtk-font-name=Cantarell 10
|
||||
gtk-font-name=Adwaita Sans 11
|
||||
gtk-cursor-theme-name=Qogir-Dark
|
||||
#gtk-cursor-theme-size=10
|
||||
gtk-cursor-theme-size=24
|
||||
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=1
|
||||
gtk-enable-input-feedback-sounds=0
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintslight
|
||||
gtk-xft-rgba=rgb
|
||||
gtk-application-prefer-dark-theme=0
|
||||
|
||||
7
dots/gtk/settings_40.ini
Normal file
7
dots/gtk/settings_40.ini
Normal file
@@ -0,0 +1,7 @@
|
||||
[Settings]
|
||||
gtk-theme-name=Sweet-Dark
|
||||
gtk-icon-theme-name=Sweet-Purple
|
||||
gtk-font-name=Adwaita Sans 11
|
||||
gtk-cursor-theme-name=Qogir-Dark
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-application-prefer-dark-theme=0
|
||||
9
dots/gtk/xsettingsd.conf
Normal file
9
dots/gtk/xsettingsd.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
Net/ThemeName "Sweet-Dark"
|
||||
Net/IconThemeName "Sweet-Purple"
|
||||
Gtk/CursorThemeName "Qogir-Dark"
|
||||
Net/EnableEventSounds 1
|
||||
EnableInputFeedbackSounds 0
|
||||
Xft/Antialias 1
|
||||
Xft/Hinting 1
|
||||
Xft/HintStyle "hintslight"
|
||||
Xft/RGBA "rgb"
|
||||
@@ -310,15 +310,21 @@ if [ ${operation} == "dots" ] ; then
|
||||
deploy_file "${dots_trg}/librewolf/${file_name}" "${file_path}/${file_name}"
|
||||
fi
|
||||
|
||||
# gtk (settings found using lxappearance)
|
||||
# gtk (settings found using ngw-look)
|
||||
# note that the bookmarks file were found in two different locations, so a
|
||||
# symlink is created below. as well, ".gtkrc-2.0.mine" had no effect, so
|
||||
# ".gtkrc-2.0" is overwritten
|
||||
|
||||
file_name=settings.ini
|
||||
file_name=settings_30.ini
|
||||
file_path=/home/${system_user}/.config/gtk-3.0
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/settings.ini"
|
||||
|
||||
file_name=settings_40.ini
|
||||
file_path=/home/${system_user}/.config/gtk-4.0
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/settings.ini"
|
||||
|
||||
gsettings set org.gnome.desktop.interface gtk-theme "Sweet-Dark"
|
||||
|
||||
file_name=.gtk-bookmarks
|
||||
@@ -337,6 +343,11 @@ if [ ${operation} == "dots" ] ; then
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
file_name=xsettingsd.conf
|
||||
file_path=/home/${system_user}/.config/xsettingsd
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
# helix
|
||||
file_name=config.toml
|
||||
file_path=/home/${system_user}/.config/helix
|
||||
|
||||
Reference in New Issue
Block a user