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 = { bars = {
default = { default = {
theme = "solarized-dark"; theme = "solarized-dark";
icons = "awesome"; icons = "awesome6";
blocks = [ blocks = [
{
block = "memory";
display_type = "memory";
format_mem = "{mem_used_percents}";
}
{ {
block = "cpu"; block = "cpu";
interval = 1; interval = 1;
format = "{barchart} {frequency}"; format = " $icon $barchart $frequency ";
}
{
block = "load";
interval = 1;
format = "{1m}";
} }
{ {
block = "battery"; block = "battery";
hide_missing = true; missing_format = "";
format = "{time} ({percentage})"; format = " $icon $time $percentage ";
} }
{ {
block = "time"; block = "time";
interval = 60; interval = 60;
format = "%a %d.%m %R"; format = " $icon $timestamp.datetime(f:'%a %d.%m %R') ";
} }
]; ];
}; };