From b0cebc7973642ef2e852babaf9f3e149939e07a2 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Tue, 3 Feb 2026 11:10:45 -0500 Subject: [PATCH] Add a work monitor to shikane. --- .../roles/shikane/files/config.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/nix/configuration/roles/shikane/files/config.toml b/nix/configuration/roles/shikane/files/config.toml index 8d989f62..b5beefcb 100644 --- a/nix/configuration/roles/shikane/files/config.toml +++ b/nix/configuration/roles/shikane/files/config.toml @@ -27,3 +27,20 @@ adaptive_sync = false transform = "normal" adaptive_sync = false exec = ["echo This is output $SHIKANE_OUTPUT_NAME"] + +[[profile]] + name = "workdesk" + exec = ["notify-send shikane \"Profile $SHIKANE_PROFILE_NAME has been applied\""] + +[[profile.output]] +enable = false +search = ["m=0x0BCA", "s=", "v=BOE"] + +[[profile.output]] +enable = true +search = ["m=DELL C2722DE", "s=9Q8PT83", "v=Dell Inc."] +mode = "2560x1440@59.951Hz" +position = "0,0" +scale = 1.0 +transform = "normal" +adaptive_sync = false