diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-13 09:42:52 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-13 09:42:52 -0500 |
| commit | 132d31273f7e6b1a88a6c88f157d85e966f632de (patch) | |
| tree | a6dc5ef16bc01ae5ad9707551a1cf449788a089a | |
| parent | update commits (diff) | |
| download | dotfiles-nix-132d31273f7e6b1a88a6c88f157d85e966f632de.tar.gz dotfiles-nix-132d31273f7e6b1a88a6c88f157d85e966f632de.tar.bz2 dotfiles-nix-132d31273f7e6b1a88a6c88f157d85e966f632de.zip | |
update caelestia config
| -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; }; |