From cc1e71d4b74835a49e24cdc71f21e3333d00b876 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Thu, 11 Dec 2025 23:58:07 +0100 Subject: [PATCH] hypr: tweak colors --- dot-config/hypr/fragments/windowrules.conf | 2 +- dot-config/hypr/hyprland.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dot-config/hypr/fragments/windowrules.conf b/dot-config/hypr/fragments/windowrules.conf index 57fde3f4..8ab04406 100644 --- a/dot-config/hypr/fragments/windowrules.conf +++ b/dot-config/hypr/fragments/windowrules.conf @@ -17,7 +17,7 @@ windowrule = float, class:^(lxqt-.*)$ windowrule = float, class:^(vlc.*)$ windowrule = float, class:^(pcmanfm.*)$ windowrule = float, class:^(qalculate.*)$ -windowrule = size 1560 1000, class:^(org.kde.dolphin)$ +windowrule = size 1280 720, class:^(org.kde.dolphin)$ windowrule = minsize 1 1, stayfocused, float, class:^(com.nextcloud.desktopclient.nextcloud)$ windowrule = stayfocused, class:^(com.nextcloud.desktopclient.nextcloud)$ diff --git a/dot-config/hypr/hyprland.conf b/dot-config/hypr/hyprland.conf index 44f1e3b1..1930f224 100644 --- a/dot-config/hypr/hyprland.conf +++ b/dot-config/hypr/hyprland.conf @@ -32,7 +32,7 @@ exec-once = /usr/libexec/pam_kwallet_init exec-once = openrc --user hyprland # AFTER pam_kwallet_init!!! exec-once = hyprpm reload exec-once = env XDG_MENU_PREFIX=plasma- kbuildsycoca6 -exec-once = matugen -t scheme-neutral image /home/andy/Wallpapers/3440x1440-jffmy9eofxof1.jpg +exec-once = matugen -t scheme-content image /home/andy/Wallpapers/3440x1440\ comet2.jpg exec-once = openrgb -p default # Unset variables on exit @@ -46,7 +46,7 @@ general { gaps_in = 10 gaps_out = 20 # col.active_border = rgba(33ccffee) rgba(00ff99ee) 15deg #vanilla colors - col.active_border = 0xff$tertiary 0x88$tertiary 50deg + col.active_border = 0xff$primary 0x88$primary 50deg col.nogroup_border_active = 0xff$error 0x88$error 50deg col.inactive_border = 0xff$background col.nogroup_border = 0xff$background -- 2.52.0