summaryrefslogtreecommitdiff
path: root/config (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-01-03services: add brightnessIncrement config property (#1010)Ezekiel Gonzales1-0/+1
* feat: Add brightnessIncrement config property * birghtness increment applies on bar scroll
2025-12-21feat: add openExpanded notif config option (#993)Sven Fischer1-0/+1
If set in the configuration, the notifications are opened in the expanded state, displaying the full notification text.
2025-11-26bar: add config option to disable on selected screens (#920)Bora Gülerman1-0/+1
* modules/drawers: Added a bar config option to disable the bar on selected screens Extended the visualizer on screens that the bar is hidden * modules/drawers: surrounded barwrapper with a loader * fix/modules/drawers: fix a null reference missed to fix a reference to bar object to barLoader.item * modules/drawers: added regex support also reverted the barLoader, added a disabled property to BarLoader instead * fix: module/drawers: applied requested changes
2025-11-24bar/activewindow: add option to invert rotate (#922)Sven Fischer1-0/+5
* feat(activeWindow): Add rotation option to rotate counter-clockwise * feat(activeWindow): Change rotation to inverted boolean option * feat(activeWindow): Do not expose inverted property
2025-11-16config: 0ms bug on save correctedATMDA1-3/+25
2025-11-15config: added save to singleton, updated relevant settings panesATMDA1-2/+379
2025-11-13tray: removed ethernet config options (network covers it)ATMDA1-1/+0
2025-11-13launcher: reverted python launcher item to not exist, changes back to c0ea060fATMDA1-8/+0
2025-11-10statusicons: added ethernet when active and popoutATMDA1-0/+1
2025-11-10launcher: python execution like calculator functionalityATMDA1-0/+8
2025-11-09fix: window title while keeping new panelsATMDA1-4/+0
modified: config/BarConfig.qml modified: modules/BatteryMonitor.qml modified: modules/background/DesktopClock.qml modified: modules/bar/Bar.qml modified: modules/controlcenter/WindowFactory.qml modified: modules/controlcenter/WindowTitle.qml
2025-11-09config: settings in barATMDA1-0/+4
2025-10-21bar/popouts: allow disabling individual popouts2 * r + 2 * t1-0/+7
Closes #826
2025-10-21background: fix visualiser blur + allow disable2 * r + 2 * t1-0/+1
Fixes #807
2025-10-15toasts: add toast for media track change (#790)dish1-0/+1
2025-10-14feat: VPN toggle (#689)Robin Seger1-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
2025-10-14toasts: add toast for kb layout change2 * r + 2 * t1-0/+1
Closes #688
2025-10-13bar/workspaces: special ws icon config (#785)Robin Seger1-0/+1
* workspaces: icons config * add README json example
2025-10-13feat: configurable max volume (#723)Robin Seger1-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
2025-09-26plugin: add sleep notifierSoramane1-0/+1
Lock before sleep
2025-09-25utilities: size fixes2 * r + 2 * t1-0/+1
2025-09-25bar: add compact tray option2 * r + 2 * t1-0/+1
Closes #659
2025-09-23hypr: add cap/num lock toasts2 * r + 2 * t1-0/+2
2025-09-23config: enable/disable specific toasts2 * r + 2 * t2-1/+6
2025-09-23audio: audio device changed toasts (#684)Robin Seger1-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>
2025-09-23idlemonitor: configurable timeouts2 * r + 2 * t1-3/+15
Closes #669
2025-09-22config: add toasts for events2 * r + 2 * t1-1/+22
Loaded, load parse error, load failed, save failed Also increase toast icon size
2025-09-21feat: add battery warnings2 * r + 2 * t1-0/+26
Closes #73 Closes #117
2025-09-21utilities: add toasts2 * r + 2 * t1-0/+1
2025-09-18feat: add sidebar2 * r + 2 * t2-0/+13
WIP
2025-09-17idlemonitor: inhibit when audio playing2 * r + 2 * t1-0/+1
2025-09-17feat: add idle monitor2 * r + 2 * t1-0/+7
Replaces hypridle
2025-09-15utilities/record: select mode2 * r + 2 * t1-1/+1
2025-09-14utilities: add recording control2 * r + 2 * t1-0/+2
2025-09-13config/launcher: set default maxShown to 72 * r + 2 * t1-1/+1
Better for 1920x1080 screens
2025-09-12bar: remove idle inhibitor2 * r + 2 * t1-4/+0
Use the one in the utilities panel instead
2025-09-12utilities: add keep awake and quick toggles2 * r + 2 * t2-0/+13
2025-09-10launcher: add config option for hiding applications (#568)anders1301-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>
2025-09-09bar/tray: add icon subs2 * r + 2 * t1-0/+1
Usage: array of { id, image | icon }
2025-09-09launcher: allow configuring actions (#558)Belal1-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>
2025-09-08bar: configurable scroll actions (#559)Belal1-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>
2025-09-08bar/statusicons: add mic indicator2 * r + 2 * t1-0/+1
Closes #578
2025-09-03bar/statusicons: add lock keys indicator (#514)Belal1-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>
2025-09-03internal: refactor Paths util2 * r + 2 * t2-2/+2
2025-09-01bar/workspaces: add option for ws name capitalisation (#543)sweenu1-1/+2
2025-09-01bar/workspaces: different `showWindows` option for special ws (#544)sweenu1-0/+1
2025-08-30launcher: allow show on hover (#498)M Matthew Hydock1-0/+1
added `showOnHover` to launcher config, disabled by default to preserve existing functionality. when enabled, drag-to-show is disabled.
2025-08-30config: fix default playerAliases (#506)anders1301-1/+2
2025-08-27config: disable visualiser by default2 * r + 2 * t1-1/+1
2025-08-27bar/clock: allow hiding icon (#484)Bruno Inec1-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>