about summary refs log tree commit diff
path: root/pkgs/profpatsch/display-infos
Commit message (Collapse)AuthorAgeFilesLines
* treewide: use `runCommandLocal` where applicableProfpatsch2019-12-081-2/+2
| | | | | | | `runCommandLocal` was added to nixpkgs in https://github.com/NixOS/nixpkgs/pull/74642 to speed up trivial `runCommand` derivations by always building them locally. We have a few places where that’s good to use.
* machines/shiki: move the notify-send invocation outProfpatsch2019-05-311-2/+1
|
* pkgs/profpatsch/display-infos: display remaining battery lifeProfpatsch2019-04-231-5/+37
| | | | The battery life is displayed as an [sft] timespan.
* pkgs/profpatsch/display-infos: add sfttime and AC chargerProfpatsch2019-04-201-6/+9
|
* pkgs/profpatsch/display-infos: initProfpatsch2016-10-041-0/+38
A script to display current time & battery.