diff options
| -rw-r--r-- | home/apps/caelestia/settings.nix | 33 |
1 files changed, 1 insertions, 32 deletions
diff --git a/home/apps/caelestia/settings.nix b/home/apps/caelestia/settings.nix index b30dfa6..d2b55a1 100644 --- a/home/apps/caelestia/settings.nix +++ b/home/apps/caelestia/settings.nix @@ -73,40 +73,10 @@ audio = ["pavucontrol"]; playback = ["mpv"]; }; - - # I need this, am bad at plugging in le juicer - battery = { - warnLevels = [ - { - level = 20; - title = "Low battery"; - message = "You might want to plug in a charget"; - icon = "battery_android_frame_2"; - } - { - level = 10; - title = "Did you see the previous message?"; - message = "You should probably plug in a charger <b>now</b>"; - icon = "battery_android_frame_1"; - critical = true; - } - { - level = 5; - title = "Critical battery level"; - message = "PLUG THE CHARGER RIGHT NOW!!"; - icon = "battery_android_alert"; - critical = true; - } - ]; - criticalLevel = 5; - }; }; # Background - background = { - enabled = true; - desktopClock.enabled = false; - }; + background.enabled = true; paths = { wallpaper = config.theme.wallpaper; }; @@ -201,7 +171,6 @@ audioIncrement = 0.1; brightnessIncrement = 0.1; maxVolume = 1.0; - weatherLocation = "43.15,-77.60"; useFahrenheit = false; useTwelveHourClock = false; }; |