forked from extern/zaneyos
8 lines
129 B
Nix
8 lines
129 B
Nix
{ pkgs }:
|
|
|
|
pkgs.writeShellScriptBin "task-waybar" ''
|
|
sleep 0.1
|
|
${pkgs.swaynotificationcenter}/bin/swaync-client -t &
|
|
''
|
|
|