Compare commits

..

2 commits

Author SHA1 Message Date
Antoine Martin 9aaf28b757 home: i3bar: fix temp display since update 2021-05-25 22:27:13 +02:00
Antoine Martin c48867dc74 flake.lock: Update
Flake input changes:

* Updated 'emacs-overlay': 'github:nix-community/emacs-overlay/cb4febf24b04ef44abe7aaa692e71b965083294d' -> 'github:nix-community/emacs-overlay/5df3462dda05d8e44669cf374776274e1bc47d0a'
* Updated 'home-manager': 'github:nix-community/home-manager/6a471f1b1111408d541caf04e64650813bfb22ac' -> 'github:nix-community/home-manager/90493027e33ba9eb3f50dc1da365d0e4ca31bf14'
* Updated 'nixpkgs-unstable': 'github:NixOS/nixpkgs/673aea9f84c955c94b105797fdc56007017af4db' -> 'github:NixOS/nixpkgs/ea7d4aa9b8225abd6147339f0d56675d6f1f0fd1'
2021-05-25 21:12:49 +02:00
2 changed files with 10 additions and 10 deletions

View file

@ -2,11 +2,11 @@
"nodes": {
"emacs-overlay": {
"locked": {
"lastModified": 1621565684,
"narHash": "sha256-EDssKjLt2dDXatuZaLPw8qi8FwWAiOmbPMEoi782UhU=",
"lastModified": 1621740021,
"narHash": "sha256-uLu8Zgrkbsq8mnl6LjbcMvItFyAaLH45Iik5qMmb9T0=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "cb4febf24b04ef44abe7aaa692e71b965083294d",
"rev": "5df3462dda05d8e44669cf374776274e1bc47d0a",
"type": "github"
},
"original": {
@ -23,11 +23,11 @@
]
},
"locked": {
"lastModified": 1621227293,
"narHash": "sha256-eLBymCG2AvHpex58S3NdDueUWydQgnv3Jzm+Ec+aIWw=",
"lastModified": 1621794721,
"narHash": "sha256-JXfTSZUu9EVbT9D/MFsx0cXfa8bw1NFCzIxZ7gO73Uo=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "6a471f1b1111408d541caf04e64650813bfb22ac",
"rev": "90493027e33ba9eb3f50dc1da365d0e4ca31bf14",
"type": "github"
},
"original": {
@ -55,11 +55,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1621288494,
"narHash": "sha256-3lQCSw8/J076UwoQhtSVymOibLuojlqF9BAMP6X+/48=",
"lastModified": 1621840840,
"narHash": "sha256-o6h6+d5ZwrFmOTe+ma9s1Z9kyHsCW1C84IA8RZ9/fIU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "673aea9f84c955c94b105797fdc56007017af4db",
"rev": "ea7d4aa9b8225abd6147339f0d56675d6f1f0fd1",
"type": "github"
},
"original": {

View file

@ -56,7 +56,7 @@ in
block = "temperature";
collapsed = false;
interval = 10;
format = "{max}°";
format = "{max}";
# FIXME: specific to my AMD Ryzen CPU. Make this depend on
# hostname or something else
chip = "k10temp-pci-*";