From 5f9cb74a52173959b336c9e6685771cf9d927556 Mon Sep 17 00:00:00 2001 From: Hannes Date: Sun, 14 Jun 2026 23:59:40 +0200 Subject: [PATCH] made esc free --- config/bind.lua | 3 +-- config/theme.lua | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/config/bind.lua b/config/bind.lua index b03eebc..241729f 100644 --- a/config/bind.lua +++ b/config/bind.lua @@ -101,5 +101,4 @@ end -- Quickshell hl.bind("SUPER + SHIFT + W", hl.dsp.global("quickshell:Wallpaper")) hl.bind("SUPER + SHIFT + J", hl.dsp.global("quickshell:JLearner")) -hl.bind("SUPER + SHIFT + L", hl.dsp.global("quickshell:WLogout")) -hl.bind("escape", hl.dsp.global("quickshell:Closer")) \ No newline at end of file +hl.bind("SUPER + SHIFT + L", hl.dsp.global("quickshell:WLogout")) \ No newline at end of file diff --git a/config/theme.lua b/config/theme.lua index 305993d..9fb7614 100644 --- a/config/theme.lua +++ b/config/theme.lua @@ -1,13 +1,13 @@ hl.config({ general = { - border_size = 1, + border_size = 2, gaps_in = 5, gaps_out = 8, float_gaps = 0, gaps_workspaces = 0, col = { - inactive_border = 0xff444444, - active_border = 0xffffffff, + inactive_border = 0xff00B7EB, + active_border = { colors = { "rgba(ff0000ff)", "rgba(ffff00ff)", "rgba(00ff00ff)", "rgba(00ffffff)", "rgba(0000ffff)", "rgba(ff00ffff)" }, angle = 45 }, nogroup_border = 0xffffaaff, nogroup_border_active = 0xffff00ff, }, @@ -60,7 +60,7 @@ hl.config({ inactive_opacity = 1, dim_modal = true, dim_inactive = true, - dim_strength = 0.5, + dim_strength = 0.35, blur = { enabled = true, },