update gtk configuration with nwg-look
This commit is contained in:
@@ -52,6 +52,8 @@ packages:
|
|||||||
- xdg-utils
|
- xdg-utils
|
||||||
- xorg-xrdb
|
- xorg-xrdb
|
||||||
- xsettingsd
|
- xsettingsd
|
||||||
|
- nwg-look
|
||||||
|
- hyprqt6engine
|
||||||
# Fonts
|
# Fonts
|
||||||
- gnu-free-fonts
|
- gnu-free-fonts
|
||||||
- inter-font
|
- inter-font
|
||||||
|
|||||||
@@ -2,17 +2,16 @@
|
|||||||
gtk-theme-name=Colloid-Dark-Catppuccin
|
gtk-theme-name=Colloid-Dark-Catppuccin
|
||||||
gtk-icon-theme-name=Papirus-Dark
|
gtk-icon-theme-name=Papirus-Dark
|
||||||
gtk-font-name=Inter 11
|
gtk-font-name=Inter 11
|
||||||
|
gtk-cursor-theme-name=Breeze_Light
|
||||||
|
gtk-cursor-theme-size=24
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||||
gtk-button-images=1
|
gtk-button-images=1
|
||||||
gtk-menu-images=1
|
gtk-menu-images=1
|
||||||
gtk-enable-event-sounds=1
|
gtk-enable-event-sounds=1
|
||||||
gtk-enable-input-feedback-sounds=1
|
gtk-enable-input-feedback-sounds=0
|
||||||
gtk-cursor-theme-name=Breeze_Light
|
|
||||||
gtk-cursor-theme-size=24
|
|
||||||
gtk-application-prefer-dark-theme=1
|
|
||||||
gtk-xft-antialias=1
|
gtk-xft-antialias=1
|
||||||
gtk-xft-hinting=1
|
gtk-xft-hinting=1
|
||||||
gtk-xft-hintstyle="hintslight"
|
gtk-xft-hintstyle=hintslight
|
||||||
gtk-xft-rgba="rgb"
|
gtk-xft-rgba=rgb
|
||||||
|
gtk-application-prefer-dark-theme=1
|
||||||
|
|||||||
@@ -1,14 +1,9 @@
|
|||||||
Xft/DPI 96
|
Net/ThemeName "Colloid-Dark-Catppuccin"
|
||||||
|
Net/IconThemeName "Papirus-Dark"
|
||||||
|
Gtk/CursorThemeName "Breeze_Light"
|
||||||
|
Net/EnableEventSounds 1
|
||||||
|
EnableInputFeedbackSounds 0
|
||||||
Xft/Antialias 1
|
Xft/Antialias 1
|
||||||
Xft/Hinting 1
|
Xft/Hinting 1
|
||||||
Xft/HintStyle "hintslight"
|
Xft/HintStyle "hintslight"
|
||||||
Xft/RGBA "rgb"
|
Xft/RGBA "rgb"
|
||||||
|
|
||||||
Gtk/CursorThemeName "Breeze_Light"
|
|
||||||
Gtk/CursorThemeSize 24
|
|
||||||
|
|
||||||
Gtk/FontName "Inter 11"
|
|
||||||
Gtk/ThemeName "Colloid-Dark-Catppuccin"
|
|
||||||
Gtk/IconThemeName "Papirus-Dark"
|
|
||||||
Gtk/ApplicationPreferDarkTheme 1
|
|
||||||
|
|
||||||
|
|||||||
+2
-3
@@ -1,4 +1,4 @@
|
|||||||
# 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.
|
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||||
|
|
||||||
include "/home/frank/.gtkrc-2.0.mine"
|
include "/home/frank/.gtkrc-2.0.mine"
|
||||||
@@ -12,9 +12,8 @@ gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
|||||||
gtk-button-images=1
|
gtk-button-images=1
|
||||||
gtk-menu-images=1
|
gtk-menu-images=1
|
||||||
gtk-enable-event-sounds=1
|
gtk-enable-event-sounds=1
|
||||||
gtk-enable-input-feedback-sounds=1
|
gtk-enable-input-feedback-sounds=0
|
||||||
gtk-xft-antialias=1
|
gtk-xft-antialias=1
|
||||||
gtk-xft-hinting=1
|
gtk-xft-hinting=1
|
||||||
gtk-xft-hintstyle="hintslight"
|
gtk-xft-hintstyle="hintslight"
|
||||||
gtk-xft-rgba="rgb"
|
gtk-xft-rgba="rgb"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user