distro icon: add nixos

This commit is contained in:
end-4
2024-02-20 12:20:35 +07:00
parent 522dd99d84
commit 7353480308
2 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ const timeRow = Box({
.poll(5000, label => {
execAsync(['bash', '-c', `w | sed -n '1p' | cut -d, -f1 | cut -d' ' -f4-`])
.then(upTimeString => {
label.label = `Uptime: ${upTimeString}`;
label.label = `Uptime ${upTimeString}`;
}).catch(print);
})
,