From be9cd7a8500d8436037e931bfdb868ff40e11944 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 20 May 2025 11:29:29 +0200 Subject: [PATCH] fixes groups, colors and stuff --- .config/hypr/config/animations.conf | 2 +- .config/hypr/config/autostart.conf | 1 + .config/hypr/config/colors.conf | 18 +++++++++--------- .config/hypr/config/decorations.conf | 8 ++++++-- .config/hypr/config/variables.conf | 9 +++++---- .config/hypr/config/windowrules.conf | 2 +- 6 files changed, 23 insertions(+), 17 deletions(-) diff --git a/.config/hypr/config/animations.conf b/.config/hypr/config/animations.conf index 1406989..95c09b4 100644 --- a/.config/hypr/config/animations.conf +++ b/.config/hypr/config/animations.conf @@ -2,7 +2,7 @@ # ┃ Animations Configuration ┃ # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ -# https://wiki.hyprland.org/0.45.0/Configuring/Animations/ +# https://wiki.hyprland.org/0.45.0/Configuring/Animations/ animations { enabled = yes diff --git a/.config/hypr/config/autostart.conf b/.config/hypr/config/autostart.conf index 6506705..4f0909a 100644 --- a/.config/hypr/config/autostart.conf +++ b/.config/hypr/config/autostart.conf @@ -7,6 +7,7 @@ source = ~/.config/hypr/config/defaults.conf # Autostart wiki https://wiki.hyprland.org/0.45.0/Configuring/Keywords/#executing # exec-once = waybar & +exec-once = blueman-applet & exec-once = fcitx5 -d & exec-once = mako & exec-once = nm-applet --indicator & diff --git a/.config/hypr/config/colors.conf b/.config/hypr/config/colors.conf index 5f3a3ef..d1d0a5c 100644 --- a/.config/hypr/config/colors.conf +++ b/.config/hypr/config/colors.conf @@ -2,12 +2,12 @@ # ┃ Colors Configuration ┃ # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ -$cachylgreen = rgba(82dcccff) -$cachymgreen = rgba(00aa84ff) -$cachydgreen = rgba(007d6fff) -$cachylblue = rgba(01ccffff) -$cachymblue = rgba(182545ff) -$cachydblue = rgba(111826ff) -$cachywhite = rgba(ffffffff) -$cachygrey = rgba(ddddddff) -$cachygray = rgba(798bb2ff) +$cachylgreen = rgba(8fbcbbff) # Teal +$cachymgreen = rgba(88c0d0ff) # Icy Blue +$cachydgreen = rgba(81a1c1ff) # Frost +$cachylblue = rgba(5e81acff) # Desaturated Blue +$cachymblue = rgba(4c566aff) # Slate +$cachydblue = rgba(3b4252ff) # Dark Background +$cachywhite = rgba(d8dee9ff) # Snow +$cachygrey = rgba(e5e9f0ff) # Light Gray +$cachygray = rgba(434c5eff) # Dark Gray diff --git a/.config/hypr/config/decorations.conf b/.config/hypr/config/decorations.conf index ad9d892..a548276 100644 --- a/.config/hypr/config/decorations.conf +++ b/.config/hypr/config/decorations.conf @@ -9,14 +9,14 @@ source = ~/.config/hypr/config/colors.conf decoration { active_opacity = 1 inactive_opacity = 0.6 - rounding = 6 + rounding = 3 # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#blur blur { size = 15 passes = 2 # more passes = more resource intensive. xray = true - noise = 0.02 + noise = 0.03 } # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#shadow @@ -24,4 +24,8 @@ decoration { enabled = true range = 10 } + + } + + diff --git a/.config/hypr/config/variables.conf b/.config/hypr/config/variables.conf index f9c73c6..b81ed96 100644 --- a/.config/hypr/config/variables.conf +++ b/.config/hypr/config/variables.conf @@ -7,13 +7,14 @@ source = ~/.config/hypr/config/colors.conf # Variables wiki https://wiki.hyprland.org/0.45.0/Configuring/Variables/ # # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#general general { - gaps_in = 3 - gaps_out = 5 - border_size = 3 + gaps_in = 1 + gaps_out = 2 + border_size = 2 col.active_border = $cachylgreen col.inactive_border = $cachymblue layout = dwindle # master|dwindle - + resize_on_border = true + extend_border_grab_area = 10 # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#snap snap { enabled = true diff --git a/.config/hypr/config/windowrules.conf b/.config/hypr/config/windowrules.conf index bc2cb21..096e51b 100644 --- a/.config/hypr/config/windowrules.conf +++ b/.config/hypr/config/windowrules.conf @@ -18,7 +18,7 @@ windowrulev2 = float, class:^(CachyOSHello)$ windowrulev2 = float, class:^(zenity)$ windowrulev2 = float, class:^()$,title:^(Steam - Self Updater)$ # Increase the opacity -windowrulev2 = opacity 0.92, class:^(thunar|nemo)$ +windowrulev2 = opacity 0.92, class:^(thunar|nemo|dolphin)$ windowrulev2 = opacity 0.96, class:^(discord|armcord|webcord)$ windowrulev2 = opacity 0.95, title:^(QQ|Telegram)$ windowrulev2 = opacity 0.95, title:^(NetEase Cloud Music Gtk4)$