rename power

This commit is contained in:
Damocles 2026-04-12 15:57:22 +02:00
parent 48c58e2fbf
commit 4df704844e
6 changed files with 7 additions and 7 deletions

View file

@ -17,7 +17,7 @@ exactly when you should be most suspicious.
- OSD overlay for volume and brightness changes — works with niri hotkeys, not just the bar
- Screen corner rounding — tiny overlay windows that draw quarter-circle masks, configurable via `screenRadius` (set to 0 if you prefer your corners sharp and your desktop ugly)
- Weather via wttrbar with configurable arguments and rich HTML tooltips
- Power menu with lock, suspend, logout, reboot, shutdown — no more `wlogout` dependency
- Power menu with lock, suspend, logout, reboot, shutdown
- Flyout tooltips that actually filter by screen on multi-monitor setups, which only took three attempts to get right
- Home Manager module with stylix integration, per-module enable/disable, and a theme system that hot-reloads
- treefmt + nixfmt for formatting, because even AI slop deserves consistent indentation
@ -75,14 +75,14 @@ programs.nova-shell.modules = {
battery = false; # see above, but for power
temperature = false; # what you don't measure can't alarm you
disk = false; # the number will only make you anxious
wlogout = false; # if you enjoy living dangerously without a logout button
power = false; # if you enjoy living dangerously without a logout button
};
```
Full list of things you can disable: `workspaces`, `tray`, `windowTitle`,
`clock`, `notifications`, `mpris`, `volume`, `bluetooth`, `backlight`,
`network`, `powerProfile`, `idleInhibitor`, `weather`, `temperature`, `cpu`,
`memory`, `disk`, `battery`, `wlogout`.
`memory`, `disk`, `battery`, `power`.
### Theme