Configuration for pang13
This commit is contained in:
parent
7734fbcd64
commit
f342ac6f9d
10 changed files with 138 additions and 6 deletions
|
@ -82,6 +82,14 @@ in with theme.colors;
|
|||
exec = "/run/current-system/sw/bin/sleep 3 && /etc/profiles/per-user/elnu/bin/aozora air-quality-in-lakewood-aw-341300 --bar 2> /dev/null";
|
||||
interval = 1800;
|
||||
};
|
||||
# Have to override because default exec doesn't work
|
||||
"module/cputemp" = lib.mkForce {
|
||||
type = "custom/script";
|
||||
fromat = "<label>";
|
||||
# tested on pang13
|
||||
exec = "/etc/profiles/per-user/elnu/bin/sensors | /run/current-system/sw/bin/grep 'temp1:' | /run/current-system/sw/bin/tr -d '+' | /run/current-system/sw/bin/awk '{print $2}'";
|
||||
interval = 5;
|
||||
};
|
||||
"module/filesystem" = {
|
||||
type = "internal/fs";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue