From 80dbe763f8473aab36f3dd458b2fb0d3e5647863 Mon Sep 17 00:00:00 2001 From: Sem Date: Mon, 22 Jun 2026 23:52:05 +0200 Subject: [PATCH] Add env variable for grimblast screenshots --- hypr/colors.lua | 90 ++++++++++++++++++++++---------------------- hypr/environment.lua | 3 +- 2 files changed, 47 insertions(+), 46 deletions(-) diff --git a/hypr/colors.lua b/hypr/colors.lua index b674ae4..055bcba 100644 --- a/hypr/colors.lua +++ b/hypr/colors.lua @@ -1,104 +1,104 @@ return { - image = "/home/sem/Pictures/wallpapers/DSC00792.jpg", + image = "/home/sem/Pictures/wallpapers/wall13.jpg", - background = "0xff121318", + background = "0xff0e1514", error = "0xffff5449", error_container = "0xff7b0007", - inverse_on_surface = "0xff64646a", + inverse_on_surface = "0xff5f6665", - inverse_primary = "0xff717eb7", + inverse_primary = "0xff348d8a", - inverse_surface = "0xffe3e1e9", + inverse_surface = "0xffdde4e2", - on_background = "0xff626268", + on_background = "0xff5d6463", on_error = "0xff5c0003", on_error_container = "0xffff7d70", - on_primary = "0xff354176", + on_primary = "0xff004d4b", - on_primary_container = "0xff94a1dd", + on_primary_container = "0xff5cb2ae", - on_primary_fixed = "0xffb4c1ff", + on_primary_fixed = "0xff7ed2ce", - on_primary_fixed_variant = "0xff919dd9", + on_primary_fixed_variant = "0xff58aeaa", - on_secondary = "0xff25293b", + on_secondary = "0xff142e2d", - on_secondary_container = "0xffa0a3b9", + on_secondary_container = "0xff8ea9a7", - on_secondary_fixed = "0xffc0c3da", + on_secondary_fixed = "0xffaec9c7", - on_secondary_fixed_variant = "0xff9c9fb5", + on_secondary_fixed_variant = "0xff8aa5a3", - on_surface = "0xffa3a2a9", + on_surface = "0xff9ea4a3", - on_surface_variant = "0xff82828c", + on_surface_variant = "0xff7b8584", - on_tertiary = "0xff3c2038", + on_tertiary = "0xff132b44", - on_tertiary_container = "0xffc098b6", + on_tertiary_container = "0xff8fa6c4", - on_tertiary_fixed = "0xffe1b8d7", + on_tertiary_fixed = "0xffafc6e5", - on_tertiary_fixed_variant = "0xffbb94b2", + on_tertiary_fixed_variant = "0xff8ba2c0", - outline = "0xff53535c", + outline = "0xff4c5655", - outline_variant = "0xff393a42", + outline_variant = "0xff323c3b", - primary = "0xff818ec8", + primary = "0xff479e9a", - primary_container = "0xff2a366b", + primary_container = "0xff004240", - primary_fixed = "0xff414e84", + primary_fixed = "0xff005b59", - primary_fixed_dim = "0xff2a366b", + primary_fixed_dim = "0xff004240", scrim = "0xff000000", - secondary = "0xff8c8fa6", + secondary = "0xff7b9694", - secondary_container = "0xff35394c", + secondary_container = "0xff253e3d", - secondary_fixed = "0xff4c5064", + secondary_fixed = "0xff3c5654", - secondary_fixed_dim = "0xff35394c", + secondary_fixed_dim = "0xff253e3d", shadow = "0xff000000", - source_color = "0xff13141a", + source_color = "0xff2a5a58", - surface = "0xff121318", + surface = "0xff0e1514", - surface_bright = "0xff38393f", + surface_bright = "0xff343a3a", - surface_container = "0xff1f1f25", + surface_container = "0xff1a2120", - surface_container_high = "0xff292a2f", + surface_container_high = "0xff252b2b", - surface_container_highest = "0xff34343a", + surface_container_highest = "0xff2f3635", - surface_container_low = "0xff1b1b21", + surface_container_low = "0xff161d1c", - surface_container_lowest = "0xff0d0e13", + surface_container_lowest = "0xff090f0f", - surface_dim = "0xff121318", + surface_dim = "0xff0e1514", - surface_tint = "0xffb8c4ff", + surface_tint = "0xff80d5d1", - surface_variant = "0xff45464f", + surface_variant = "0xff3f4948", - tertiary = "0xffab85a2", + tertiary = "0xff7c93b0", - tertiary_container = "0xff4e3049", + tertiary_container = "0xff253c55", - tertiary_fixed = "0xff674761", + tertiary_fixed = "0xff3c536d", - tertiary_fixed_dim = "0xff4e3049", + tertiary_fixed_dim = "0xff253c55", } \ No newline at end of file diff --git a/hypr/environment.lua b/hypr/environment.lua index 8bfca68..87cbb4e 100644 --- a/hypr/environment.lua +++ b/hypr/environment.lua @@ -4,4 +4,5 @@ hl.env("XCURSOR_SIZE", "24") hl.env("HYPRCURSOR_SIZE", "24") -hl.env("QT_QPA_PLATFORMTHEME", "qt6ct") \ No newline at end of file +hl.env("QT_QPA_PLATFORMTHEME", "qt6ct") +hl.env("XDG_SCREENSHOTS_DIR", "/home/sem/Pictures/Screenshots") -- dir for grimblast