Optional desktop customizations for the Overunity theme. These are intentionally separate from the installable theme because they contain user-level plugin and configuration code.
- Telemetry clock with graphical CPU, memory, and load meters
- Channel-style workspace widget
- Field-console lock screen treatment
- 95% window opacity and tungsten active-window border gradient
- Overunity Starship prompt
- Daily wallpaper rotation systemd user timer
- Login notification hook
Note: the field-console menu clone (
overunity.menu) was removed because Omarchy 4.0.3 revokes the app library for cloned menu plugins, leaving the Apps submenu empty ("Nothing here yet"). See omarchy#10876 and the upstream fix in omarchy#10903. Use the stockomarchy.menu(which follows the theme) until that fix lands in stable.
Apply the base theme first:
omarchy theme install https://github.com/ariDev1/overunity
omarchy theme set overunityCopy only the components you want. The plugins are user-owned and can be placed under ~/.config/omarchy/plugins/:
cp -r plugins/overunity.clock plugins/overunity.lock plugins/overunity.workspaces ~/.config/omarchy/plugins/
omarchy plugin enable overunity.clock
omarchy plugin enable overunity.workspaces
omarchy plugin enable overunity.lockThis wires overunity.clock and overunity.workspaces into the bar and
activates overunity.lock, replacing their stock counterparts. Keep using the
stock omarchy.menu (see note above).
The source files in hypr/, hooks/, systemd/, and starship.toml are examples to merge into your own user configuration. Do not overwrite existing configuration files blindly.
To enable daily rotation after copying the systemd files:
systemctl --user daemon-reload
systemctl --user enable --now overunity-wallpaper.timerMIT. See LICENSE.