| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
fix: dependability issues with nmcli
|
| |
|
|
|
|
|
|
|
|
| |
new file: modules/bar/components/Settings.qml
new file: modules/bar/components/SettingsIcon.qml
new file: modules/controlcenter/audio/AudioPane.qml
new file: modules/controlcenter/network/Details.qml
new file: modules/controlcenter/network/NetworkList.qml
new file: modules/controlcenter/network/NetworkPane.qml
new file: modules/controlcenter/network/Settings.qml
|
| |
|
|
|
|
|
|
|
| |
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
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
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
|