From 3c95c44f570dd3c6786dffa7008d6d039ed0914b Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 15 May 2024 16:31:21 +0900 Subject: feat(home/gui): kanshi: use new config options --- home/profiles/gui/default.nix | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix index e491e76..838d2ab 100644 --- a/home/profiles/gui/default.nix +++ b/home/profiles/gui/default.nix @@ -178,18 +178,19 @@ in kanshi = { enable = true; - profiles = { - haruka-standalone = { - outputs = [ + settings = [ + { + profile.name = "haruka-standalone"; + profile.outputs = [ { criteria = "AU Optronics 0xD291 Unknown"; scale = 1.25; } ]; - }; - - haruka-docked = { - outputs = [ + } + { + profile.name = "haruka-docked"; + profile.outputs = [ { criteria = "AU Optronics 0xD291 Unknown"; scale = 1.25; @@ -201,8 +202,8 @@ in position = "0,0"; } ]; - }; - }; + } + ]; }; swayidle = -- cgit 1.4.1