fix waybar

This commit is contained in:
Chris Cochrun 2025-07-08 17:19:20 -05:00
parent bd08fe3414
commit ea7636db9b
2 changed files with 2 additions and 1 deletions

View file

@ -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" ];