From 02ed631af2e53e530738ff6fb1aa0371ff5fc820 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sun, 15 Mar 2026 12:51:52 +0000 Subject: [PATCH] Playing with hyprland theming --- .../assets/hyprland/conf/hypr/hyprland.conf | 32 ++++++++++++------- .../assets/hyprland/conf/hypr/theming.conf | 9 +++++- 2 files changed, 29 insertions(+), 12 deletions(-) diff --git a/Droidnix/assets/hyprland/conf/hypr/hyprland.conf b/Droidnix/assets/hyprland/conf/hypr/hyprland.conf index 2d4c998b9..a79aca261 100644 --- a/Droidnix/assets/hyprland/conf/hypr/hyprland.conf +++ b/Droidnix/assets/hyprland/conf/hypr/hyprland.conf @@ -1,15 +1,25 @@ -# source = ./variables.conf +source = ./variables.conf source = ./theming.conf -# source = ./animations.conf - -#source = ./exec-once.conf -# source = ./behaviour.conf -# source = ./layout.conf -# source = ./layer-rules.conf -# source = ./window-rules.conf -# source = ./monitor-rules.conf -# source = ./workspace-rules.conf +source = ./animations.conf +source = ./bindings.conf +source = ./behaviour.conf +source = ./exec-once.conf +source = ./layer-rules.conf +source = ./layout.conf +source = ./monitor-rules.conf +source = ./window-rules.conf +source = ./workspace-rules.conf debug:disable_logs = false -source = ./bindings.conf +general { + gaps_in = 2 + gaps_out = 4 + border_size = 2 + # Gradient syntax: color color angle (e.g. 45deg). :contentReference[oaicite:5]{index=5} + col.active_border = $blue $green 45deg + col.inactive_border = $inactive + layout = scrolling + resize_on_border = true + extend_border_grab_area = 20 # Makes it easier to "grab" the edge +} diff --git a/Droidnix/assets/hyprland/conf/hypr/theming.conf b/Droidnix/assets/hyprland/conf/hypr/theming.conf index dfee87704..179c0edeb 100644 --- a/Droidnix/assets/hyprland/conf/hypr/theming.conf +++ b/Droidnix/assets/hyprland/conf/hypr/theming.conf @@ -30,8 +30,15 @@ $rosewater = #f5e0dc # General theming general { + gaps_in = 2 + gaps_out = 4 border_size = 2 - layout = dwindle + # Gradient syntax: color color angle (e.g. 45deg). :contentReference[oaicite:5]{index=5} + col.active_border = $blue $green 45deg + col.inactive_border = $inactive + layout = scrolling + resize_on_border = true + extend_border_grab_area = 20 # Makes it easier to "grab" the edgeborder_size = 2 } decoration {