From 9ea4e05127e7aaf79a58f98076288b25973e949f Mon Sep 17 00:00:00 2001 From: dacctal Date: Fri, 10 Jul 2026 10:49:55 +0000 Subject: backup --- .config/hypr/visual.lua | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .config/hypr/visual.lua (limited to '.config/hypr/visual.lua') diff --git a/.config/hypr/visual.lua b/.config/hypr/visual.lua new file mode 100644 index 0000000..b8ed8d5 --- /dev/null +++ b/.config/hypr/visual.lua @@ -0,0 +1,34 @@ +----------------------- +---- LOOK AND FEEL ---- +----------------------- +-- https://wiki.hypr.land/Configuring/Basics/Variables/ + +hl.config({ + general = { + gaps_in = 2, + gaps_out = 2, + border_size = 2, + col = { + active_border = "rgba(ef934dff)", + inactive_border = "rgba(3b403cff)", + }, + resize_on_border = false, + -- https://wiki.hypr.land/Configuring/Advanced-and-Cool/Tearing/ + allow_tearing = false, + layout = "master", + }, + + decoration = { + rounding = 0, + shadow = { enabled = false, }, + blur = { enabled = false, }, + }, + + animations = { enabled = false, }, + + misc = { + force_default_wallpaper = 0, + disable_hyprland_logo = true, + }, +}) + -- cgit v1.2.3