set correct monitor settings for waybar

This commit is contained in:
Gabriella Bere 2024-08-22 12:15:19 +01:00
parent 3c020f2c8c
commit a14eb52644

View file

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