| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
* feat: Add brightnessIncrement config property
* birghtness increment applies on bar scroll
|
| |\
| |
| | |
controlcenter: many setting panes and minor features
|
| | |\ |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | | |
|
| | | |
| | |
| | |
| | | |
If set in the configuration, the notifications are opened in the
expanded state, displaying the full notification text.
|
| | |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
|
|
| |
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
|
| |
|
|
| |
Closes #688
|
| |
|
|
|
| |
* workspaces: icons config
* add README json example
|
| |
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
| |
Lock before sleep
|
| | |
|
| |
|
|
| |
Closes #659
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
|
| |
Closes #669
|
| |
|
|
|
| |
Loaded, load parse error, load failed, save failed
Also increase toast icon size
|
| |
|
|
|
| |
Closes #73
Closes #117
|
| | |
|
| |
|
|
| |
WIP
|
| | |
|
| |
|
|
| |
Replaces hypridle
|
| | |
|
| | |
|
| |
|
|
| |
Better for 1920x1080 screens
|
| |
|
|
| |
Use the one in the utilities panel instead
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
|
| |
Usage: array of { id, image | icon }
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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: 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>
|