chore[client]: notifications persist if needed

This commit is contained in:
Leon Schwarzäugl 2025-10-22 00:46:49 +02:00
parent 4c06f00555
commit b9f5c87aa0
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 8 additions and 8 deletions

View file

@ -13430,7 +13430,7 @@ The `extraConfig` section here CANNOT be reindented. This has something to do wi
border-radius = 15; border-radius = 15;
border-size = 1; border-size = 1;
default-timeout = 5000; default-timeout = 5000;
ignore-timeout = 1; ignore-timeout = false;
icons = 1; icons = 1;
layer = "overlay"; layer = "overlay";
sort = "-time"; sort = "-time";
@ -14983,11 +14983,11 @@ This service changes the screen hue at night. I am not sure if that really does
enable = true; enable = true;
extraArgs = [ extraArgs = [
"-W" "-W"
" Consider charging the battery" " Consider charging the battery"
"-C" "-C"
" Battery is low; plug in charger now" " Battery is low; plug in charger now"
"-D" "-D"
" Device will lose power in a few seconds" " Device will lose power in a few seconds"
"-c" "-c"
"10" "10"
"-d" "-d"

View file

@ -9,11 +9,11 @@ in
enable = true; enable = true;
extraArgs = [ extraArgs = [
"-W" "-W"
" Consider charging the battery" " Consider charging the battery"
"-C" "-C"
" Battery is low; plug in charger now" " Battery is low; plug in charger now"
"-D" "-D"
" Device will lose power in a few seconds" " Device will lose power in a few seconds"
"-c" "-c"
"10" "10"
"-d" "-d"

View file

@ -8,7 +8,7 @@
border-radius = 15; border-radius = 15;
border-size = 1; border-size = 1;
default-timeout = 5000; default-timeout = 5000;
ignore-timeout = 1; ignore-timeout = false;
icons = 1; icons = 1;
layer = "overlay"; layer = "overlay";
sort = "-time"; sort = "-time";