summaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bar/activewindow: add option to invert rotate (#922)Sven Fischer2025-11-241-5/+10
| | | | | | | * feat(activeWindow): Add rotation option to rotate counter-clockwise * feat(activeWindow): Change rotation to inverted boolean option * feat(activeWindow): Do not expose inverted property
* batterymon : fix toast text for charger unplugged (#887)senkun2025-11-071-1/+1
|
* background: use clock font for the desktop clock font family (#852)anders1302025-11-031-0/+1
|
* background: fix wallpaper loading on init2 * r + 2 * t2025-10-301-0/+5
| | | | | Fixes #779 Closes #847
* bar/popouts: allow disabling individual popouts2 * r + 2 * t2025-10-212-7/+7
| | | | Closes #826
* background: fix visualiser blur + allow disable2 * r + 2 * t2025-10-212-49/+61
| | | | Fixes #807
* feat: VPN toggle (#689)Robin Seger2025-10-141-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* internal: fix lsp warnings2 * r + 2 * t2025-10-141-73/+75
|
* utilities/record: fix recording list months2 * r + 2 * t2025-10-131-0/+1
| | | | Fixes #782
* feat: configurable max volume (#723)Robin Seger2025-10-131-0/+2
| | | | | | | | | | * 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
* internal: fix bat charge state2 * r + 2 * t2025-10-082-2/+2
| | | | | Counts fully charged and pending charge as charging, same as prior to 90c051cf
* internal: fix battery charging logic for tray and lock (#751)Dylan Myers2025-10-062-2/+2
| | | | | | | | | | | | | * Update StatusIcons.qml --- Fix battery chargiing logic idk what the difference is in the return value of UPower.onBattery and UPower.displayDevice.state, but the former always returns false after unplugging my laptop. Changing this to the more specific displayDevice.state === 2 fixes this * Fetch.qml --- Fix battery charging boolean logic * Use enum value for UPowerDeviceState instead of index * Use enum value for UPowerDeviceState instead of index * Update Fetch.qml --- invert battery conditional logic
* launcher: fix exclusion with sidebarSoramane2025-10-031-2/+2
|
* idlemonitor: handle logind lock/unlock2 * r + 2 * t2025-09-271-1/+3
| | | | Fixes #705
* plugin: add sleep notifierSoramane2025-09-261-2/+10
| | | | Lock before sleep
* utilities: size fixes2 * r + 2 * t2025-09-252-4/+3
|
* bar: fix height when tray expansion2 * r + 2 * t2025-09-252-7/+12
|
* bar: add compact tray option2 * r + 2 * t2025-09-255-16/+95
| | | | Closes #659
* plugin/hypr: add more helpers2 * r + 2 * t2025-09-251-1/+1
| | | | Also refresh options on dynamic option application
* plugin: add hypr extras (#690)2 * r + 2 * t2025-09-242-23/+5
| | | | | | | | | * move machine * works * prevent duplicate refreshes * use instead of hyprctl proc
* internal: add option for splitbutton menu pos2 * r + 2 * t2025-09-241-3/+1
|
* dashboard/media: improve ui2 * r + 2 * t2025-09-231-260/+61
|
* popouts/kblayout: add switch layout button (#682)AleksElixir2025-09-231-2/+24
| | | | | | | | | | | | | | | | | * keyboard layout * Update KbLayout.qml Code cleanup * Update KbLayout.qml more code cleanup * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* config: enable/disable specific toasts2 * r + 2 * t2025-09-231-2/+4
|
* idlemonitor: configurable timeouts2 * r + 2 * t2025-09-231-23/+23
| | | | Closes #669
* config: add toasts for events2 * r + 2 * t2025-09-221-2/+2
| | | | | Loaded, load parse error, load failed, save failed Also increase toast icon size
* internal: fix choose wallpaper button2 * r + 2 * t2025-09-222-20/+22
|
* lock: different error messages2 * r + 2 * t2025-09-221-2/+2
| | | | To separate between fprint and passwd errors
* plugin/appdb: forward signals2 * r + 2 * t2025-09-221-2/+2
|
* drawers: fix input mask on special ws2 * r + 2 * t2025-09-221-1/+6
|
* batterymonitor: change charging icon2 * r + 2 * t2025-09-211-1/+1
| | | | Fixes #664
* batterymonitor: fix warn levels2 * r + 2 * t2025-09-211-1/+1
|
* feat: add battery warnings2 * r + 2 * t2025-09-213-0/+64
| | | | | Closes #73 Closes #117
* utilities: add toasts2 * r + 2 * t2025-09-214-8/+306
|
* sidebar/notifs: add link support2 * r + 2 * t2025-09-216-1/+22
|
* internal: centralise focus grabs2 * r + 2 * t2025-09-204-18/+6
| | | | Except detached popouts focus grab (its meant to be exclusive to the other grab)
* drawers: fix drag to open on empty ws2 * r + 2 * t2025-09-201-6/+12
| | | | Ugh hyprland bug afaict
* internal: make osd, session and utilities exclusive2 * r + 2 * t2025-09-202-3/+4
| | | | | | Hide utilities when session open Hide osd when utilities open Prevents overlaps
* sidebar/notifs: fix minor bugs2 * r + 2 * t2025-09-201-4/+4
| | | | | Image/app icon/urgency/time not updating until corresponding notif is fully destroyed Weird array mutation shenanigans
* sidebar/notifs: better count anim2 * r + 2 * t2025-09-202-7/+42
|
* sidebar/notifs: normalise non expanded height2 * r + 2 * t2025-09-201-2/+12
| | | | Also wrap summary when expanded
* sidebar/notifs: better expand/close anim2 * r + 2 * t2025-09-201-2/+19
|
* sidebar/notifs: better preview anim2 * r + 2 * t2025-09-202-4/+28
|
* sidebar/notifs: fix group sorting2 * r + 2 * t2025-09-201-2/+6
|
* sidebar/notifs: fix interactions outside container2 * r + 2 * t2025-09-204-0/+22
|
* sidebar/notifs: dimmer action text2 * r + 2 * t2025-09-201-0/+2
|
* utilities/record: hide sidebar as well2 * r + 2 * t2025-09-201-0/+2
| | | | When hiding utilities
* sidebar/notifs: better expand icon anim2 * r + 2 * t2025-09-201-2/+17
|
* sidebar/notifs: better anims + misc fixes2 * r + 2 * t2025-09-207-129/+207
|
* sidebar/notifs: sort groups by latest notif2 * r + 2 * t2025-09-201-1/+4
|