feat(nixos): upgrade package sources to version 23.05

main
mandlm 2023-07-07 09:27:10 +02:00
parent fda4c93635
commit c1db71e79a
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 5 additions and 15 deletions

View File

@ -6,33 +6,23 @@
bars = {
default = {
theme = "solarized-dark";
icons = "awesome";
icons = "awesome6";
blocks = [
{
block = "memory";
display_type = "memory";
format_mem = "{mem_used_percents}";
}
{
block = "cpu";
interval = 1;
format = "{barchart} {frequency}";
}
{
block = "load";
interval = 1;
format = "{1m}";
format = " $icon $barchart $frequency ";
}
{
block = "battery";
hide_missing = true;
format = "{time} ({percentage})";
missing_format = "";
format = " $icon $time $percentage ";
}
{
block = "time";
interval = 60;
format = "%a %d.%m %R";
format = " $icon $timestamp.datetime(f:'%a %d.%m %R') ";
}
];
};