diff options
author | zachir <zachir@librem.one> | 2023-04-20 14:44:00 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-04-20 14:44:00 -0500 |
commit | 88ea27b400baeaf7d401f02bff1c8cf651c94e4e (patch) | |
tree | d724c5f0dd0272d84ddaec1c0bd42573357527a7 /hypr | |
parent | 60a6ce97aaca62106f80ffeb656ee7d0c028ea56 (diff) |
Theme! Now featuring lots of lovely green
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 36bf50a..cc80cb1 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -44,9 +44,11 @@ general { gaps_in = 5 gaps_out = 20 border_size = 2 - col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg - col.inactive_border = rgba(595959aa) - layout = dwindle + #col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg + #col.inactive_border = rgba(595959aa) + col.active_border = rgba(198844ee) + col.inactive_border = rgba(1b1d1cee) + layout = master no_cursor_warps = false } #}}} |