summaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tray: removed ethernet config options (network covers it)ATMDA2025-11-131-1/+0
|
* readme: added showEthernet boolATMDA2025-11-131-0/+1
|
* bar/popouts: allow disabling individual popouts2 * r + 2 * t2025-10-211-0/+5
| | | | Closes #826
* background: fix visualiser blur + allow disable2 * r + 2 * t2025-10-211-0/+1
| | | | Fixes #807
* toasts: add toast for media track change (#790)dish2025-10-151-0/+1
|
* feat: VPN toggle (#689)Robin Seger2025-10-141-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: configurable VPN toggle for Wireguard - Added VPN service for wg-quick - Added VPN toggle to utilities quick toggles - Configuration in UtilitiesConfig (enabled, connectionName) * fix: monitoring and toasts - Using nmcli monitor for state detection instead of polling - Added VPN toast notifications * fix: use polkit * feat: multi-provider VPN support - Added support for netbird and tailscale providers - Universal interface detection using ip link show - Provider-specific privilege handling (pkexec only for wireguard) - Updated README with VPN configuration examples * feat: less hardcoded, configurable providers * removed comments * code style changes * reorganize signal handler
* toasts: add toast for kb layout change2 * r + 2 * t2025-10-141-0/+1
| | | | Closes #688
* bar/workspaces: special ws icon config (#785)Robin Seger2025-10-131-1/+7
| | | | | * workspaces: icons config * add README json example
* feat: configurable max volume (#723)Robin Seger2025-10-131-0/+1
| | | | | | | | | | * feat: configurable max volume - Add maxVolume config option to ServiceConfig - Add maxValue property to FilledSlider component - Update OSD sliders to respect maxVolume setting - Update example config in README * fix: remove redundant maxValue prop
* readme: add clock font example conf2 * r + 2 * t2025-10-081-0/+1
|
* plugin: add sleep notifierSoramane2025-09-261-0/+1
| | | | Lock before sleep
* bar: add compact tray option2 * r + 2 * t2025-09-251-0/+1
| | | | Closes #659
* readme: update example config (#693)Nathachou2025-09-251-1/+3
| | | | | | | | | * Update README.md (added playback and explorer examples in config I know it's pretty useless to add this but some guys wouldn't know we can edit these in shell config file * Update README.md I'm stupid
* readme: update with new configs2 * r + 2 * t2025-09-231-1/+3
|
* config: enable/disable specific toasts2 * r + 2 * t2025-09-231-1/+5
|
* audio: audio device changed toasts (#684)Robin Seger2025-09-231-1/+5
| | | | | | | | | | | | | * Added toast notifications for audio device changes * rename to toasts * moved into audio service * fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* idlemonitor: configurable timeouts2 * r + 2 * t2025-09-231-3/+15
| | | | Closes #669
* feat: add battery warnings2 * r + 2 * t2025-09-211-1/+26
| | | | | Closes #73 Closes #117
* readme: fix example config (#652)Belal2025-09-201-1/+1
|
* feat: add sidebar2 * r + 2 * t2025-09-181-0/+5
| | | | WIP
* idlemonitor: inhibit when audio playing2 * r + 2 * t2025-09-171-0/+1
|
* feat: add idle monitor2 * r + 2 * t2025-09-171-0/+5
| | | | Replaces hypridle
* readme: update manual installation deps2 * r + 2 * t2025-09-131-1/+1
|
* config/launcher: set default maxShown to 72 * r + 2 * t2025-09-131-1/+1
| | | | Better for 1920x1080 screens
* readme: update example config2 * r + 2 * t2025-09-121-0/+3
|
* bar: remove idle inhibitor2 * r + 2 * t2025-09-121-4/+0
| | | | Use the one in the utilities panel instead
* launcher: add config option for hiding applications (#568)anders1302025-09-101-1/+2
| | | | | | | | | | | | | * feat(launcher): add config option for excluding applications from launcher * fix(launcher): rename excludedApps to hiddenApps * chore: add example to readme * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar/tray: add icon subs2 * r + 2 * t2025-09-091-0/+1
| | | | Usage: array of { id, image | icon }
* launcher: allow configuring actions (#558)Belal2025-09-091-0/+106
| | | | | | | | | | | * refactor: make launcher actions configurable * use variants + internal -> setMode + format * reorder readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar: configurable scroll actions (#559)Belal2025-09-081-0/+5
| | | | | | | | | | | * bar: add option to disable scroll actions for volume and brightness * options for workspaces, brightness and volume * add options to readme + format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar/statusicons: add mic indicator2 * r + 2 * t2025-09-081-0/+1
| | | | Closes #578
* nix/hm: move environment to systemd.environment + refactor (#551)Davi Ribeiro2025-09-031-36/+38
| | | | | | | | | | | | | | | | | | | * nix/hm: environment moved to systemd.environment * nix/hm: change systemd default target Follow the home-manager convention for wayland systemd services * nix/hm: refactor * readme: refactor configuring section * readme: fix format * format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar/statusicons: add lock keys indicator (#514)Belal2025-09-031-1/+2
| | | | | | | | | | | | | * [StatusIcons] Add caps lock indicator * Seprate CapsLock icon * Use material icon * fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* nix/hm: add extraEnvironment (#533)BardMoon2025-09-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * nix: add extraEnvironment in home-manager This PR enables users to easily add environment variables to make systemd services work properly in all use cases. #390 * Update README.md * Update README.md * fix * Update hm-module.nix * Update hm-module.nix * extraEnvironment to environment * Update README.md * [CI] chore: update flake * fix --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* nix/hm: add systemd.target in home-manager (#532)BardMoon2025-09-011-1/+4
| | | | | | | | | | | | | | | * nix: add systemd.target * fix: format * Update README.md * Update hm-module.nix https://github.com/Vladimir-csp/uwsm/blob/cf2b1d84059f1954d4ec864f2b46a86515acc3c1/example-units/hyprpaper.service#L19 * fix * Update README.md
* readme/install: explain different aur packages2 * r + 2 * t2025-08-301-1/+5
|
* readme: rename arch installation section2 * r + 2 * t2025-08-301-1/+1
|
* launcher: allow show on hover (#498)M Matthew Hydock2025-08-301-1/+2
| | | | added `showOnHover` to launcher config, disabled by default to preserve existing functionality. when enabled, drag-to-show is disabled.
* nix/hm: add option to disable systemd service (#526)Davi Ribeiro2025-08-301-1/+12
| | | | | * nix/hm: add option to disable systemd service * readme: complement home manager configuring
* config: fix default playerAliases (#506)anders1302025-08-301-3/+1
|
* readme: add local changes example2 * r + 2 * t2025-08-291-24/+10
| | | | Also remove releases installation section
* readme: fix installer example2 * r + 2 * t2025-08-281-1/+1
|
* readme: add home manager to configuring2 * r + 2 * t2025-08-281-0/+18
|
* readme: add nix & release installation2 * r + 2 * t2025-08-281-0/+55
|
* cmake: use relative paths2 * r + 2 * t2025-08-281-1/+1
|
* config: disable visualiser by default2 * r + 2 * t2025-08-271-1/+1
|
* picker: use saveItem2 * r + 2 * t2025-08-271-1/+0
| | | | Removes grim dependency
* bar/clock: allow hiding icon (#484)Bruno Inec2025-08-271-0/+3
| | | | | | | | | * bar(clock): allow hiding the calendar icon * loader + showCalendarIcon -> showIcon --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* osd: add mic volume2 * r + 2 * t2025-08-271-0/+1
| | | | Disabled by default
* config: allow enable/disable osd brightness (#481)Faiz Khan2025-08-271-0/+2
| | | | | | | | | | | | | * Added option to disable brightness slider * Removed unwanted imports * Renamed WrappedLoader.name to brightnessSlider * fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>