set correct monitor settings for waybar
This commit is contained in:
parent
3c020f2c8c
commit
a14eb52644
1 changed files with 3 additions and 2 deletions
|
@ -117,8 +117,9 @@
|
||||||
position = "top";
|
position = "top";
|
||||||
height = 30;
|
height = 30;
|
||||||
output = [
|
output = [
|
||||||
"eDP-1"
|
"eDP-2"
|
||||||
"HDMI-A-1"
|
"DP-2"
|
||||||
|
"DP-3"
|
||||||
];
|
];
|
||||||
modules-left = [ "hyprland/workspaces" "hyprland/mode" "wlr/taskbar" ];
|
modules-left = [ "hyprland/workspaces" "hyprland/mode" "wlr/taskbar" ];
|
||||||
modules-center = [ "hyprland/window" "custom/hello-from-waybar" ];
|
modules-center = [ "hyprland/window" "custom/hello-from-waybar" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue