From cbd0ed9d451c3c4244de00e7edfdba828c48f6bf Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 4 Dec 2024 08:31:39 +0100 Subject: ... --- accounts/gkleen@sif/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'accounts/gkleen@sif/default.nix') diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 2de98765..c6e479ec 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix @@ -267,7 +267,7 @@ in { layer = "top"; position = "top"; height = 14; - output = "eDP-1"; + output = [ "eDP-1" "DP-2" "DP-3" ]; modules-left = [ "hyprland/workspaces" ]; modules-center = [ "hyprland/window" ]; modules-right = [ "custom/worktime" "custom/worktime-today" "custom/weather" "custom/keymap" "privacy" "tray" "wireplumber" "backlight" "battery" "idle_inhibitor" "clock" ]; @@ -406,7 +406,7 @@ in { layer = "top"; position = "top"; height = 14; - output = "!eDP-1"; + output = [ "!eDP-1" "!DP-2" "!DP-3" ]; modules-left = [ "hyprland/workspaces" ]; modules-center = [ "hyprland/window" ]; modules-right = [ "clock" ]; -- cgit v1.2.3