From 5574a88801217f31abb53e691448d3535688904a Mon Sep 17 00:00:00 2001 From: ciomek Date: Sun, 21 Dec 2025 23:41:43 +0100 Subject: [PATCH] Changes --- build.sh | 1 + home/.config/hypr/hyprland.conf | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/build.sh b/build.sh index 1f7e01e..8e070ce 100755 --- a/build.sh +++ b/build.sh @@ -88,6 +88,7 @@ NETWORK_AND_APPS=" MEDIA_PACKAGES=" mpv + mpv-mpris eog lollypop ffmpeg diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index e7bd513..6200c63 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -72,7 +72,7 @@ general { border_size = 3 # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors - col.active_border = rgb(C4B02F) rgb(1C1E1F) 30deg + col.active_border = rgba(155,142,59,0.85) rgba(35,36,37,0.9) 30deg col.inactive_border = rgba(aeb3ad66) # Set to true enable resizing windows by clicking and dragging on borders and gaps @@ -86,8 +86,8 @@ general { # https://wiki.hyprland.org/Configuring/Variables/#decoration decoration { - rounding = 0 - rounding_power = 0 + rounding = 5 + rounding_power = 3 # Change transparency of focused and unfocused windows active_opacity = 1.0 @@ -283,11 +283,9 @@ windowrule = suppressevent maximize, class:.* # Fix some dragging issues with XWayland windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 -# Make pavucontrol always floating -windowrule = float,class:org.pulseaudio.pavucontrol - # Make some windows never opaque windowrule = opacity 1 1 override,title:(?i).*YouTube.* +windowrule = opacity 1 1 override,title:(?i).*Netflix.* windowrule = opacity 1 1 override,class: Spotify windowrule = opacity 1 1 override,class: jetbrains-idea-ce windowrule = opacity 1 1 override,class: jetbrains-pycharm-ce