diff options
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 { | |||
267 | layer = "top"; | 267 | layer = "top"; |
268 | position = "top"; | 268 | position = "top"; |
269 | height = 14; | 269 | height = 14; |
270 | output = "eDP-1"; | 270 | output = [ "eDP-1" "DP-2" "DP-3" ]; |
271 | modules-left = [ "hyprland/workspaces" ]; | 271 | modules-left = [ "hyprland/workspaces" ]; |
272 | modules-center = [ "hyprland/window" ]; | 272 | modules-center = [ "hyprland/window" ]; |
273 | modules-right = [ "custom/worktime" "custom/worktime-today" "custom/weather" "custom/keymap" "privacy" "tray" "wireplumber" "backlight" "battery" "idle_inhibitor" "clock" ]; | 273 | modules-right = [ "custom/worktime" "custom/worktime-today" "custom/weather" "custom/keymap" "privacy" "tray" "wireplumber" "backlight" "battery" "idle_inhibitor" "clock" ]; |
@@ -406,7 +406,7 @@ in { | |||
406 | layer = "top"; | 406 | layer = "top"; |
407 | position = "top"; | 407 | position = "top"; |
408 | height = 14; | 408 | height = 14; |
409 | output = "!eDP-1"; | 409 | output = [ "!eDP-1" "!DP-2" "!DP-3" ]; |
410 | modules-left = [ "hyprland/workspaces" ]; | 410 | modules-left = [ "hyprland/workspaces" ]; |
411 | modules-center = [ "hyprland/window" ]; | 411 | modules-center = [ "hyprland/window" ]; |
412 | modules-right = [ "clock" ]; | 412 | modules-right = [ "clock" ]; |