Added generated files to avoid where the user hasn't generated colors yet.

This commit is contained in:
2025-06-10 12:54:27 -04:00
parent 1f42415ae6
commit a7b7e5b508
12 changed files with 281 additions and 83 deletions

View File

@@ -0,0 +1,19 @@
general {
col.inactive_border = rgb(111418)
col.active_border = rgb(a3c9ff)
}
decoration {
blur {
enabled = false
}
shadow {
enabled = yes
range = 4
render_power = 3
color = rgb(000000)
}
rounding = 15
}

View File

@@ -13,7 +13,7 @@ env = XCURSOR_SIZE,24
#env = SDL_VIDEODRIVER,wayland # stops sapiens game from running as it cannot find the video subsystem
env = CLUTTER_BACKEND,wayland
# QT Variables
env = QT_QPA_PLATFORMTHEME,kde # change to qt6ct if you have that
env = QT_QPA_PLATFORMTHEME,qt6ct
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
env = QT_QPA_PLATFORM,wayland
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1