diff --git a/SwarselSystems.org b/SwarselSystems.org index 66cfd59..b88e276 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -13430,7 +13430,7 @@ The `extraConfig` section here CANNOT be reindented. This has something to do wi border-radius = 15; border-size = 1; default-timeout = 5000; - ignore-timeout = 1; + ignore-timeout = false; icons = 1; layer = "overlay"; sort = "-time"; @@ -14983,11 +14983,11 @@ This service changes the screen hue at night. I am not sure if that really does 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" diff --git a/modules/home/common/batsignal.nix b/modules/home/common/batsignal.nix index 49bf81f..a1e1b70 100644 --- a/modules/home/common/batsignal.nix +++ b/modules/home/common/batsignal.nix @@ -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" diff --git a/modules/home/common/mako.nix b/modules/home/common/mako.nix index 45d7cfa..f1a1ea1 100644 --- a/modules/home/common/mako.nix +++ b/modules/home/common/mako.nix @@ -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";