5 lines
176 B
Nix
Raw Normal View History

2020-08-10 01:17:22 +04:00
{ bash, config, curl, ... }: with config.lib.base16.theme; ''
2020-08-06 00:42:43 +04:00
#!/usr/bin/env bash
2020-08-10 01:17:22 +04:00
echo '<span font="${iconFont}">folder</span>' `df -h / | tail -1 | awk '{print $4}'`iB
2020-08-06 00:42:43 +04:00
''