update bisq, potr to new status line
This commit is contained in:
parent
525cb9908d
commit
57b82529fc
2 changed files with 1 additions and 4 deletions
|
@ -24,8 +24,6 @@ format = "{utilization}% {frequency}"
|
|||
[[block]]
|
||||
block = "memory"
|
||||
display_type = "memory"
|
||||
format_mem = "{Mup}%"
|
||||
format_swap = "{SUp}%"
|
||||
|
||||
[[block]]
|
||||
block = "load"
|
||||
|
@ -37,7 +35,6 @@ block = "disk_space"
|
|||
path = "/"
|
||||
alias = ""
|
||||
info_type = "available"
|
||||
unit = "GiB"
|
||||
interval = 20
|
||||
warning = 10.0
|
||||
alert = 5.0
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
let
|
||||
unstableTarball = fetchTarball https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz;
|
||||
bisqTarball = fetchTarball https://github.com/emmanuelrosa/nixpkgs/archive/6ee154d2bc8c4c48cde2d7ae5bcd0a3da28b2b72.tar.gz;
|
||||
bisqTarball = fetchTarball https://github.com/emmanuelrosa/nixpkgs/archive/3a681b0daaed9841cbd3ea2ebd51f9cca4c836f2.tar.gz;
|
||||
mindforgerTarball = fetchTarball https://github.com/cyplo/nixpkgs/archive/80286e3d62406777c08c4afbeeb5deeb1c44062b.tar.gz;
|
||||
nurTarball = fetchTarball https://github.com/nix-community/NUR/archive/master.tar.gz;
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue