{ pkgs }: let clock = pkgs.writeShellScriptBin "wp" '' ''; in pkgs.symlinkJoin { name = "simplebar"; paths = [ pkgs.dwmblocks ]; }