From ea7636db9bbeb977ed7cf1cdf54078e0c6ff6ded Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 8 Jul 2025 17:19:20 -0500 Subject: [PATCH] fix waybar --- home/home.nix | 2 +- home/modules/hyprland.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index e546fd4..95ce1b2 100644 --- a/home/home.nix +++ b/home/home.nix @@ -664,7 +664,7 @@ in { output = [ "DP-1" "eDP-1" ]; position = if laptop then "bottom" else "top"; height = 15; - width = if laptop then 1400 else 3000; + width = if laptop then 1400 else 2200; # Choose the order of the modules "custom/wintitle", modules-left = [ "hyprland/workspaces" "hyprland/window" ]; modules-center = [ "clock" ]; diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 1051aaf..2a02728 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -247,6 +247,7 @@ in "${if laptop then "workspace 1,class:idk #dummy rule" else "fullscreen,title:Picture-In-Picture"}" "center,class:mpv" "opaque,class:mpv" + "nodim,class:mpv" "float,class:pulsemixer" "workspace 2,class:ff" "workspace 2,class:vivaldi-stable"