Configuration for pang13

This commit is contained in:
Elnu 2023-09-23 13:06:15 -07:00
parent 7734fbcd64
commit f342ac6f9d
10 changed files with 138 additions and 6 deletions

View file

@ -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";