| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
If set in the configuration, the notifications are opened in the
expanded state, displaying the full notification text.
|
| |
|
|
|
|
|
| |
* fix(dashboard): Media.qml module QML warnings due to stricter updated Qt6 checks
* fix(dashboard): Media.qml module QML warnings
* fix(dashboard): Media.qml module QML warnings
|
| |
|
|
| |
added screenshotClip and screenshotFreezeClip to allow directly copying
screenshots to clipboard instead of opening it in swappy
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
| |
* feat(activeWindow): Add rotation option to rotate counter-clockwise
* feat(activeWindow): Change rotation to inverted boolean option
* feat(activeWindow): Do not expose inverted property
|
| | |
|
| | |
|
| |
|
|
|
| |
Fixes #779
Closes #847
|
| |
|
|
| |
Closes #826
|
| |
|
|
| |
Fixes #807
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| |
|
|
| |
Fixes #782
|
| |
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
| |
Counts fully charged and pending charge as charging, same as prior to
90c051cf
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| |
|
|
| |
Fixes #705
|
| |
|
|
| |
Lock before sleep
|
| | |
|
| | |
|
| |
|
|
| |
Closes #659
|
| |
|
|
| |
Also refresh options on dynamic option application
|
| |
|
|
|
|
|
|
|
| |
* move machine
* works
* prevent duplicate refreshes
* use instead of hyprctl proc
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| | |
|
| |
|
|
| |
Closes #669
|
| |
|
|
|
| |
Loaded, load parse error, load failed, save failed
Also increase toast icon size
|
| | |
|
| |
|
|
| |
To separate between fprint and passwd errors
|
| | |
|
| | |
|
| |
|
|
| |
Fixes #664
|
| | |
|
| |
|
|
|
| |
Closes #73
Closes #117
|
| | |
|
| | |
|
| |
|
|
| |
Except detached popouts focus grab (its meant to be exclusive to the other grab)
|
| |
|
|
| |
Ugh hyprland bug afaict
|
| |
|
|
|
|
| |
Hide utilities when session open
Hide osd when utilities open
Prevents overlaps
|
| |
|
|
|
| |
Image/app icon/urgency/time not updating until corresponding notif is fully destroyed
Weird array mutation shenanigans
|
| | |
|
| |
|
|
| |
Also wrap summary when expanded
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|