updated to 26.05
This commit is contained in:
+1
-1
@@ -22,6 +22,6 @@ in
|
||||
username = name;
|
||||
homeDirectory = "/home/${name}";
|
||||
|
||||
stateVersion = "25.11";
|
||||
stateVersion = "26.05";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,6 +27,7 @@ in
|
||||
{ command = "fcitx5 -r"; always = true; notification = false; }
|
||||
{ command = "owncloud"; always = true; notification = false;}
|
||||
{ command = "feh-wallpaper-getRandom"; always = false; notification = false; }
|
||||
{ command = "${pkgs.kdePackages.polkit-kde-agent-1}/libexec/polkit-kde-authentication-agent-1"; always = true; notification = false; }
|
||||
];
|
||||
modes = {
|
||||
resize = {
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ let
|
||||
{
|
||||
name = "battery 1";
|
||||
settings = {
|
||||
format = "%status %remaining (%emptytime)";
|
||||
format = "%status %percentage (%remaining)";
|
||||
format_percentage = "%.01f%s";
|
||||
format_down = "No BAT";
|
||||
status_chr = "CHR";
|
||||
|
||||
Reference in New Issue
Block a user