redesigns waybar and small hyprland adjustments

This commit is contained in:
2026-08-07 18:06:02 +02:00
parent 97fb8472f2
commit 720004bde8
29 changed files with 791 additions and 242 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
hl.config({
general = {
col = {
active_border = "rgba(124326ff)",
active_border = { colors = {"rgba(124326ff)", "rgba(22aa2269)"}, angle = 45 },
inactive_border = "rgba(080c08ff)",
},
},
+3 -3
View File
@@ -2,9 +2,9 @@
hl.config({
general = {
gaps_in = 5,
gaps_out = 10,
border_size = 5,
gaps_in = 10,
gaps_out = 20,
border_size = 7,
-- Set to true enable resizing windows by clicking and dragging on borders and gaps
resize_on_border = false,
-- Please see https://wiki.hypr.land/Configuring/Tearing/ before you turn this on