summaryrefslogtreecommitdiff
path: root/config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: VPN toggle (#689)Robin Seger2025-10-141-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-0/+1
| | | | | * 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
* plugin: add sleep notifierSoramane2025-09-261-0/+1
| | | | Lock before sleep
* utilities: size fixes2 * r + 2 * t2025-09-251-0/+1
|
* bar: add compact tray option2 * r + 2 * t2025-09-251-0/+1
| | | | Closes #659
* hypr: add cap/num lock toasts2 * r + 2 * t2025-09-231-0/+2
|
* config: enable/disable specific toasts2 * r + 2 * t2025-09-232-1/+6
|
* audio: audio device changed toasts (#684)Robin Seger2025-09-231-0/+6
| | | | | | | | | | | | | * 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
* config: add toasts for events2 * r + 2 * t2025-09-221-1/+22
| | | | | Loaded, load parse error, load failed, save failed Also increase toast icon size
* feat: add battery warnings2 * r + 2 * t2025-09-211-0/+26
| | | | | Closes #73 Closes #117
* utilities: add toasts2 * r + 2 * t2025-09-211-0/+1
|
* feat: add sidebar2 * r + 2 * t2025-09-182-0/+13
| | | | WIP
* idlemonitor: inhibit when audio playing2 * r + 2 * t2025-09-171-0/+1
|
* feat: add idle monitor2 * r + 2 * t2025-09-171-0/+7
| | | | Replaces hypridle
* utilities/record: select mode2 * r + 2 * t2025-09-151-1/+1
|
* utilities: add recording control2 * r + 2 * t2025-09-141-0/+2
|
* config/launcher: set default maxShown to 72 * r + 2 * t2025-09-131-1/+1
| | | | Better for 1920x1080 screens
* bar: remove idle inhibitor2 * r + 2 * t2025-09-121-4/+0
| | | | Use the one in the utilities panel instead
* utilities: add keep awake and quick toggles2 * r + 2 * t2025-09-122-0/+13
|
* launcher: add config option for hiding applications (#568)anders1302025-09-101-0/+1
| | | | | | | | | | | | | * 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/+107
| | | | | | | | | | | * 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/+7
| | | | | | | | | | | * 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
* bar/statusicons: add lock keys indicator (#514)Belal2025-09-031-0/+1
| | | | | | | | | | | | | * [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>
* internal: refactor Paths util2 * r + 2 * t2025-09-032-2/+2
|
* bar/workspaces: add option for ws name capitalisation (#543)sweenu2025-09-011-1/+2
|
* bar/workspaces: different `showWindows` option for special ws (#544)sweenu2025-09-011-0/+1
|
* launcher: allow show on hover (#498)M Matthew Hydock2025-08-301-0/+1
| | | | added `showOnHover` to launcher config, disabled by default to preserve existing functionality. when enabled, drag-to-show is disabled.
* config: fix default playerAliases (#506)anders1302025-08-301-1/+2
|
* config: disable visualiser by default2 * r + 2 * t2025-08-271-1/+1
|
* bar/clock: allow hiding icon (#484)Bruno Inec2025-08-271-0/+5
| | | | | | | | | * 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/+1
| | | | | | | | | | | | | * 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>
* background: add visualiser2 * r + 2 * t2025-08-253-1/+9
| | | | Also dashboard.visualiserBars -> services.visualiserBars
* config: add gpu type config2 * r + 2 * t2025-08-251-0/+1
|
* config: player aliases + config default player2 * r + 2 * t2025-08-231-0/+6
| | | | Closes #441
* lock: add fprint support (#429)2 * r + 2 * t2025-08-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lock: add fprint support * lock: better fprint detection * lock: cap error retries * nix: fix fprint pam for nix * lock: reset fprint tries * lock: minor pam fixes Delay fprint error retries Reset fprint error retries on lock * lock: loading indicator passwd state Instead of fprint state cause no way of detecting that * dashboard: better visualiser * lock: better fprint availability check * lock: better in/out anim Animating layout sizes is a bad idea :woe: Use scale instead * lock: add better error/fail messages * lock: less fprint icon states Already shown by message * lock: fix fprint reset * lock: include passwd pam * lock: flash message on change * lock: fix message anim Also wrap message instead of eliding * lock: better messages for no fprint
* bar: add idle inhibitor (#459)Davi Ribeiro2025-08-231-0/+4
| | | | | | | | | | | | | | | | | * bar: add idle inhibitor * bar: change idle inhibitor button color * nix: link external scripts instead of install * services/idleinhibitor: add IPC handler * better styling * move cpp scripts to assets/cpp --------- Co-authored-by: Soramane <61896496+soramanew@users.noreply.github.com>
* launcher: add special search2 * r + 2 * t2025-08-231-0/+1
| | | | Closes #464
* bar/workspaces: refactor2 * r + 2 * t2025-08-161-3/+2
|
* internal: static bar width2 * r + 2 * t2025-08-152-2/+1
|
* config: add config for bar tray recolour & bg2 * r + 2 * t2025-08-141-0/+6
| | | | Closes #337
* internal: use icon os logo instead of nerd font2 * r + 2 * t2025-08-131-1/+1
| | | | | Add caelestia logo to use as fallback os logo Add recolour lock fetch logo option
* config: add config for disabling smart scheme2 * r + 2 * t2025-08-131-0/+1
| | | | Closes #408
* bar: per-monitor workspaces option (#394)anders1302025-08-131-0/+1
| | | | | | | | | | | | | | | | | | | NOTE: option is true by default, which is a breaking change * feat(bar): add per-monitor workspace state * fix(bar): correct active workspace indicator * feat(bar): make per-monitor workspaces toggleable * fixes * more fixes * perMonitorWorkspaces default true + add to readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar: allow hiding items and reordering (#379)Laurens Duin2025-08-131-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: reorder bar, no popout yet * chore: cleanup * refactor: use DelegateChooser * feat: popouts * chore: cleanup * better popout check + fix async stuff + bar interaction + a bunch of other fixes * fix activewindow and bar vertical padding * readme: add config opt * bar: fix top/bottom padding * bar: better wheel behaviour --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>