From 9e145b5c6599007d1d0b8f61040a4a2010bb2f8b Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Sun, 7 Jan 2024 14:19:24 +0800 Subject: [PATCH] fixup! home,picom: picom.conf -> home-manager configuration --- .../home-manager/applications/picom/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/users/guanranwang/home-manager/applications/picom/default.nix b/users/guanranwang/home-manager/applications/picom/default.nix index a609170..f87f1eb 100644 --- a/users/guanranwang/home-manager/applications/picom/default.nix +++ b/users/guanranwang/home-manager/applications/picom/default.nix @@ -13,7 +13,7 @@ _: { shadow-offset-y = -8; shadow-opacity = 0.2; shadow-exclude = [ - "_GTK_FRAME_EXTENTS@=c" + "_GTK_FRAME_EXTENTS@:c" ]; # Fade @@ -36,10 +36,10 @@ _: { popup_menu = {opacity = 1;}; opacity-rule = [ - "100=_NET_WM_STATE@=32a = '_NET_WM_STATE_FULLSCREEN'" - "90=class_g = 'Polybar'" - "90=class_g = 'Rofi'" - "90=class_g = 'Alacritty'" + "100:_NET_WM_STATE@:32a = '_NET_WM_STATE_FULLSCREEN'" + "90:class_g = 'Polybar'" + "90:class_g = 'Rofi'" + "90:class_g = 'Alacritty'" ]; # Blur @@ -48,7 +48,7 @@ _: { strength = 9; }; blur-background-exclude = [ - "_GTK_FRAME_EXTENTS@=c" + "_GTK_FRAME_EXTENTS@:c" "class_g = 'Main'" ];