This commit is contained in:
parent
6a1f9bb22a
commit
c79250dfb2
@ -1,5 +1,5 @@
|
|||||||
[Settings]
|
[Settings]
|
||||||
gtk-font-name=Oxygen Regular 9
|
gtk-font-name=Noto Sans Regular 10
|
||||||
gtk-theme-name=@@THEME_NAME@@
|
gtk-theme-name=@@THEME_NAME@@
|
||||||
gtk-icon-theme-name=breeze
|
gtk-icon-theme-name=breeze
|
||||||
gtk-fallback-icon-theme=gnome
|
gtk-fallback-icon-theme=gnome
|
||||||
|
@ -5,7 +5,7 @@ style "user-font"
|
|||||||
font_name="Oxygen Regular"
|
font_name="Oxygen Regular"
|
||||||
}
|
}
|
||||||
widget_class "*" style "user-font"
|
widget_class "*" style "user-font"
|
||||||
gtk-font-name="Oxygen Regular 9"
|
gtk-font-name="Noto Sans Regular 10"
|
||||||
gtk-theme-name="@@THEME_NAME@@"
|
gtk-theme-name="@@THEME_NAME@@"
|
||||||
gtk-icon-theme-name="breeze"
|
gtk-icon-theme-name="breeze"
|
||||||
gtk-fallback-icon-theme="gnome"
|
gtk-fallback-icon-theme="gnome"
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:183e4faec4cc175f9fabf7eaa8d3343498079f41e10b645fdc4335e2dd9ddd2c
|
|
||||||
size 146876
|
|
3
kde-gtk-config-5.5.95.tar.xz
Normal file
3
kde-gtk-config-5.5.95.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d2ece89f67e49108899b7fa7a3e2e1eab6d7afe664bbf57aaf9460c98c4eb7ed
|
||||||
|
size 146772
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kde-gtk-config5
|
Name: kde-gtk-config5
|
||||||
Version: 5.5.5
|
Version: 5.5.95
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: KCM Module to Configure GTK2 and GTK3 Applications Appearance Under KDE
|
Summary: KCM Module to Configure GTK2 and GTK3 Applications Appearance Under KDE
|
||||||
License: LGPL-3.0+ and GPL-3.0+
|
License: LGPL-3.0+ and GPL-3.0+
|
||||||
|
@ -19,9 +19,9 @@ fi
|
|||||||
|
|
||||||
# Create the file if it doesn't exist
|
# Create the file if it doesn't exist
|
||||||
if [ ! -e "$GTK2_THEME_RC" ]; then
|
if [ ! -e "$GTK2_THEME_RC" ]; then
|
||||||
# oxygen-gtk, the default
|
# Breeze, the default
|
||||||
if [ -e "$GTK2_DATADIR/oxygen-gtk/gtk-2.0/gtkrc" ] ; then
|
if [ -e "$GTK2_DATADIR/Breeze/gtk-2.0/gtkrc" ] ; then
|
||||||
THEME="oxygen-gtk"
|
THEME="Breeze"
|
||||||
# else use QtCurve engine
|
# else use QtCurve engine
|
||||||
elif [ -e "$GTK2_DATADIR/QtCurve/gtk-2.0/gtkrc" ] ; then
|
elif [ -e "$GTK2_DATADIR/QtCurve/gtk-2.0/gtkrc" ] ; then
|
||||||
THEME="QtCurve"
|
THEME="QtCurve"
|
||||||
@ -35,9 +35,9 @@ fi
|
|||||||
# GTK3
|
# GTK3
|
||||||
# Create the file if it doesn't exist
|
# Create the file if it doesn't exist
|
||||||
if [ ! -e "$GTK3_THEME_RC" ]; then
|
if [ ! -e "$GTK3_THEME_RC" ]; then
|
||||||
# oxygen-gtk, the default
|
# Breeze, the default
|
||||||
if [ -e "$GTK3_DATADIR/oxygen-gtk/gtk-3.0/oxygenrc" ] ; then
|
if [ -e "$GTK3_DATADIR/Breeze/gtk-3.0/gtk.css" ] ; then
|
||||||
THEME="oxygen-gtk"
|
THEME="Breeze"
|
||||||
fi
|
fi
|
||||||
if [ -n "$THEME" ]; then
|
if [ -n "$THEME" ]; then
|
||||||
mkdir -p "$GTK3_HOME_CONFDIR"
|
mkdir -p "$GTK3_HOME_CONFDIR"
|
||||||
|
Loading…
Reference in New Issue
Block a user