mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore[client]: notifications persist if needed
This commit is contained in:
parent
4c06f00555
commit
b9f5c87aa0
3 changed files with 8 additions and 8 deletions
|
|
@ -9,11 +9,11 @@ in
|
|||
enable = true;
|
||||
extraArgs = [
|
||||
"-W"
|
||||
" Consider charging the battery"
|
||||
" Consider charging the battery"
|
||||
"-C"
|
||||
" Battery is low; plug in charger now"
|
||||
" Battery is low; plug in charger now"
|
||||
"-D"
|
||||
" Device will lose power in a few seconds"
|
||||
" Device will lose power in a few seconds"
|
||||
"-c"
|
||||
"10"
|
||||
"-d"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
border-radius = 15;
|
||||
border-size = 1;
|
||||
default-timeout = 5000;
|
||||
ignore-timeout = 1;
|
||||
ignore-timeout = false;
|
||||
icons = 1;
|
||||
layer = "overlay";
|
||||
sort = "-time";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue