feat(aspen/system): Weather in i3status bar
Change-Id: Ib2572fea5fc81d6b4d321a2e317a02398d0ae612 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11292 Tested-by: BuildkiteCI Reviewed-by: aspen <root@gws.fyi> Autosubmit: aspen <root@gws.fyi>
This commit is contained in:
parent
d706ebda65
commit
35a96b47d5
3 changed files with 123 additions and 108 deletions
12
users/aspen/pkgs/py3status.nix
Normal file
12
users/aspen/pkgs/py3status.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
pkgs.python3Packages.py3status.overridePythonAttrs (old: rec {
|
||||
name = "${pname}-${old.version}";
|
||||
pname = "py3status-glittershark";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "glittershark";
|
||||
repo = "py3status";
|
||||
rev = "f243be1458cdabd5a7524adb76b5db99006c810c";
|
||||
sha256 = "0ffmv91562yk0wigriw4d5nfg2b32wqx8x78qvdqkawzvgbwrwvl";
|
||||
};
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue