feat: split panels for waybar;

refactor: waybar, swaync and rofi now share colors;
refactor: removed windows from rofi, niced colors;
fix: transparency blur arifacts;
This commit is contained in:
2025-09-18 09:55:08 +03:00
parent 60b3a2cc88
commit c1766c3aac
8 changed files with 102 additions and 59 deletions

View File

@@ -3,8 +3,8 @@
################
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor=eDP-1, 1920x1080, 0x0, 1
monitor=HDMI-A-1, 1920x1080, -1920x-100, 1
# monitor=eDP-1, 1920x1080, 0x0, 1
# monitor=HDMI-A-1, 1920x1080, -1920x-100, 1
###################
### MY PROGRAMS ###
@@ -571,14 +571,17 @@ windowrule = suppressevent maximize, class:.*
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
# Animation for rofi
layerrule = ignorezero, rofi
layerrule = blur, rofi
layerrule = animation slideIn left, rofi
# Animation fpr swaync
layerrule = blur, swaync-control-center
layerrule = ignorezero, swaync-control-center
layerrule = animation slideIn right, swaync-control-center
# Waybar blur
layerrule = ignorezero, waybar
layerrule = blur, waybar
# Adjustments for certain workspaces
@@ -588,3 +591,5 @@ workspace = 9, gapsin:15, gapsout:40
debug {
disable_logs = false
}
source = ~/.config/hypr/monitors.conf