summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/default.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-12-04 08:31:39 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2024-12-04 08:31:39 +0100
commitcbd0ed9d451c3c4244de00e7edfdba828c48f6bf (patch)
tree8c37282ed309b1c4683080e9350221aac511bdae /accounts/gkleen@sif/default.nix
parente13abf01c7fdd612f1ff826387dac2ca30623d00 (diff)
downloadnixos-cbd0ed9d451c3c4244de00e7edfdba828c48f6bf.tar
nixos-cbd0ed9d451c3c4244de00e7edfdba828c48f6bf.tar.gz
nixos-cbd0ed9d451c3c4244de00e7edfdba828c48f6bf.tar.bz2
nixos-cbd0ed9d451c3c4244de00e7edfdba828c48f6bf.tar.xz
nixos-cbd0ed9d451c3c4244de00e7edfdba828c48f6bf.zip
...
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
-rw-r--r--accounts/gkleen@sif/default.nix4
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" ];