update gobar

This commit is contained in:
ChaotiCryptidz 2021-12-28 12:16:53 +00:00
parent de9ce72fbd
commit f7decff19d
3 changed files with 4 additions and 3 deletions

View file

@ -69,6 +69,7 @@
statusCommand = lib.escapeShellArgs [ statusCommand = lib.escapeShellArgs [
#"/home/chaoticryptidz/Projects/gobar/gobar " #"/home/chaoticryptidz/Projects/gobar/gobar "
"${pkgs.gobar}/bin/gobar" "${pkgs.gobar}/bin/gobar"
"-config"
"cpu\\|mem\\|weather\\(Leighton\\ Buzzard\\)\\|bat\\(BAT0\\)\\|time" "cpu\\|mem\\|weather\\(Leighton\\ Buzzard\\)\\|bat\\(BAT0\\)\\|time"
]; ];

View file

@ -16,7 +16,7 @@
profiles.qemu_user profiles.qemu_user
# for sci-hub and whenever websites break # for sci-hub and whenever websites break
# profiles.tor profiles.tor
# profiles.sshd # profiles.sshd
]; ];

View file

@ -6,8 +6,8 @@ buildGoModule rec {
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "ChaotiCryptidz"; owner = "ChaotiCryptidz";
repo = "gobar"; repo = "gobar";
rev = "91fc4594aa3c2689fc099d1a9944d63eb1954368"; rev = "c7891afcd92bf0a31077098c66cbc4070d8b9340";
sha256 = "sha256-lj5Brztxh69xOHN+WMn8Ti0Zg+gI/NeuE9NezcSYFRA="; sha256 = "sha256-tuHHB7xX4vqsBwe/LsNg5+v+gzg6xotZ9MDK+fk3mR4=";
#sha256 = lib.fakeSha256; #sha256 = lib.fakeSha256;
}; };