Added generated files to avoid where the user hasn't generated colors yet.
This commit is contained in:
19
dot_config/hypr/hyprland.conf.d/colors.conf
Normal file
19
dot_config/hypr/hyprland.conf.d/colors.conf
Normal 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
|
||||
}
|
@@ -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
|
||||
|
Reference in New Issue
Block a user