fix waybar
This commit is contained in:
parent
bd08fe3414
commit
ea7636db9b
2 changed files with 2 additions and 1 deletions
|
@ -664,7 +664,7 @@ in {
|
||||||
output = [ "DP-1" "eDP-1" ];
|
output = [ "DP-1" "eDP-1" ];
|
||||||
position = if laptop then "bottom" else "top";
|
position = if laptop then "bottom" else "top";
|
||||||
height = 15;
|
height = 15;
|
||||||
width = if laptop then 1400 else 3000;
|
width = if laptop then 1400 else 2200;
|
||||||
# Choose the order of the modules "custom/wintitle",
|
# Choose the order of the modules "custom/wintitle",
|
||||||
modules-left = [ "hyprland/workspaces" "hyprland/window" ];
|
modules-left = [ "hyprland/workspaces" "hyprland/window" ];
|
||||||
modules-center = [ "clock" ];
|
modules-center = [ "clock" ];
|
||||||
|
|
|
@ -247,6 +247,7 @@ in
|
||||||
"${if laptop then "workspace 1,class:idk #dummy rule" else "fullscreen,title:Picture-In-Picture"}"
|
"${if laptop then "workspace 1,class:idk #dummy rule" else "fullscreen,title:Picture-In-Picture"}"
|
||||||
"center,class:mpv"
|
"center,class:mpv"
|
||||||
"opaque,class:mpv"
|
"opaque,class:mpv"
|
||||||
|
"nodim,class:mpv"
|
||||||
"float,class:pulsemixer"
|
"float,class:pulsemixer"
|
||||||
"workspace 2,class:ff"
|
"workspace 2,class:ff"
|
||||||
"workspace 2,class:vivaldi-stable"
|
"workspace 2,class:vivaldi-stable"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue