diff options
| author | aspauldingcode <aspauldingcode@gmail.com> | 2024-10-03 08:01:15 -0600 |
|---|---|---|
| committer | aspauldingcode <aspauldingcode@gmail.com> | 2024-10-03 08:01:15 -0600 |
| commit | 2893a1bcf71891c1db934773bc3c7ed46b0a1448 (patch) | |
| tree | da69afc76f87b766ec5a9c91854ca1bc464d0067 | |
| parent | 5cd9995215f0bc183811f0e4be017afa9a9a5e56 (diff) | |
push change to jankyborders test
| -rw-r--r-- | tests/services-jankyborders.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/services-jankyborders.nix b/tests/services-jankyborders.nix index 1f6adff..5bde078 100644 --- a/tests/services-jankyborders.nix +++ b/tests/services-jankyborders.nix @@ -12,8 +12,7 @@ in services.jankyborders.width = 5.0; services.jankyborders.hidpi = true; services.jankyborders.active_color = "0xFFFFFFFF"; - - + services.jankyborders.order = "below"; test = '' echo >&2 "checking jankyborders service in ~/Library/LaunchAgents" @@ -24,6 +23,6 @@ in grep "width=5.000000" ${config.out}/user/Library/LaunchAgents/org.nixos.jankyborders.plist grep "hidpi=on" ${config.out}/user/Library/LaunchAgents/org.nixos.jankyborders.plist grep "active_color=0xFFFFFFFF" ${config.out}/user/Library/LaunchAgents/org.nixos.jankyborders.plist - + grep "order=below" ${config.out}/user/Library/LaunchAgents/org.nixos.jankyborders.plist ''; } |
