It's qt5ct

This commit is contained in:
Neptune 2020-10-05 23:19:28 +02:00
parent 4d4dd128f4
commit 9d9705e7f7
2 changed files with 5 additions and 5 deletions

View file

@ -60,7 +60,8 @@ shadow-blue = 0
# shadow-exclude = "n:e:Notification";
#
# shadow-exclude = []
shadow-exclude = [
shadow-exclude = [
"argb && (_NET_WM_WINDOW_TYPE@:a *= 'MENU' || _NET_WM_WINDOW_TYPE@:a *= 'COMBO')",
"name = 'Notification'",
"class_g = 'Conky'",
"class_g ?= 'Notify-osd'",
@ -225,7 +226,7 @@ blur: {
}
# Exclude conditions for background blur.
blur-background-exclude = [
blur-background-exclude = [
#"window_type = 'dock'",
#"window_type = 'desktop'",
#"class_g = 'URxvt'",

View file

@ -1,8 +1,7 @@
#!/usr/bin/env sh
export QT_STYLE_OVERRIDE="kvantum"
#export QT_QPA_PLATFORMTHEME="qt5ct"
export QT_QPA_PLATFORMTHEME="kde"
export QT_QPA_PLATFORMTHEME="qt5ct"
export QT_PLATFORM_PLUGIN="qt5ct"
export KRITA_NO_STYLE_OVERRIDE=1
export GO111MODULE=on