mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-11-20 16:40:20 +03:00
push change to jankyborders test
This commit is contained in:
parent
5cd9995215
commit
2893a1bcf7
@ -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
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user