summaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove more stuffffFreya Murphy7 days1-803/+3
|
* bar/activewindow: allow disable show on hover2 * r + 2 * t8 days1-1/+2
| | | | | Closes #1209 Closes #1019
* utilities: allow disabling and moving toggles + support for extra row (#1181)Ezekiel Gonzales8 days1-1/+31
| | | | | | | | | | | | | * quickToggles: Allow disabling and moving toggles and support for extra row * edit: README * splitIndex logic edit * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar: allow setting custom workspace app icons in shell.json (#1214)Xavier Lhinares8 days1-0/+6
| | | | | | | | | | | | | * bar: allow setting custom workspace app icons in shell.json * rename to windowIcons and use regex field for regex Also allow specifying regex flags and exact name * add default config (fix steam icons) --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar/activewindow: add compact option (#1201)Ezekiel Gonzales9 days1-0/+4
| | | Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* config: add option to hide notifications on lockscreen (#1211)八奈見 レイ9 days1-1/+2
|
* fix: add general.logo to example config (#1186)kizo_aria2026-02-241-0/+1
| | | documenting the ability to change the main logo, affects the bar, dashboard and lock screen
* feat: allow different systems for weather/performance (#1109)Evertiro2026-02-201-0/+1
| | | | | | | | | | | | | * Allow different systems for weather/performance Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> * readme: update options Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> --------- Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
* config: added option to set session icons (#1189)八奈見 レイ2026-02-191-0/+6
|
* launcher: add favorite apps (#946)Bora Gülerman2026-02-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * launcher: add favorite apps Favorite apps always appear above non-favorite apps Accepts regex, same logic as #920 Added the same regex logic to hidden apps Added util file may need to be relocated * addressed requested changes * fix: Renamed newly added util singleton Also added a null check to favorite icon loader in AppItem.qml * controlCenter/launcherPane: added favorite apps added icons to the app list to indicate if they are favorited/hidden marking as favorite/hidden is desabled if the other is selected * favouriteApps: renamed from favorite to favourite Also disabled favorite/hidden switch for entries added as regex * appDb: added notify and emit to favoriteApps * controlCentre/Launcher: Fixed bug with favourite switch not enabling itself when no hiddenApps exist Added a comment to explain the enabled state of the switches icon loader is now a single loader rather than two, hidden icon has priority * spelling mistakes * fixed warning * formatting fixes
* config: allow adjusting the speed of gifs (#1147)Evertiro2026-02-041-0/+2
| | | Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
* readme: update for the new showWifi config option (#1108)Evertiro2026-01-241-1/+2
| | | Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
* controlcenter: added VPN settings & management (#1095)Robin Seger2026-01-211-2/+3
| | | | | | | | | | | | | | | | * feat: add VPN settings and management UI - Add VPN configuration UI - Update VPN toggle visibility to check enabled providers * controlcenter: VPN modal transitions & cleanup * controlcenter: VPN modal styling * controlcenter: VPN modal scrim * controlcenter: VPN modal padding * controlcenter: VPN modal enter & exit behaviour
* popouts/kblayout: revamp to be actually functional (#971)AleksElixir2026-01-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replacement KbLayout.qml for keyboard layout management * Add files via upload * Update KbLayout source component import * Remove KbLayout.qml and relocate to kblayout folder The KbLayout.qml file has been removed and relocated to the kblayout folder. * Code fixes, and added kbLimit config that toust would be dissableable * Add 'kbLimit' to configuration options Added the keyboard limit toast config to the README * Update KbLayout.qml * Update KbLayoutModel.qml * Update BarConfig.qml * Update Content.qml * remove old file --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* background: redesign desktop clock and allow positioning (#1092)Ezekiel Gonzales2026-01-181-1/+14
| | | | | | | | | | | | | | | | | * background(desktop clock): Redesigned the Desktop Clock and allow positioning and scaling * desktopClock: initial fix for contrast and added debug tool * fix properties * fix BackgroundConfig.qml for desktopClock * removed debugging tool and applied maintainer suggestions * added invert colors, opacity, and fix positioning * added blur, fix layout, allow invert colors * added implicitWidth behavior and small change
* launcher: add Settings action to open controlCenter (#1088)Ezekiel Gonzales2026-01-181-0/+8
|
* readme: add Discord server link to FAQ section (#1072)Pawan Poudel Sharma2026-01-121-0/+5
| | | | | | | | | * Add Discord server link to FAQ section Added a Discord server link for assistance. * Add Discord server link to FAQ section Updated FAQ section to clarify support options and provide Discord link.
* readme: add discord invite2 * r + 2 * t2026-01-111-0/+1
|
* services: add brightnessIncrement config property (#1010)Ezekiel Gonzales2026-01-031-0/+1
| | | | | * feat: Add brightnessIncrement config property * birghtness increment applies on bar scroll
* feat: add openExpanded notif config option (#993)Sven Fischer2025-12-211-0/+1
| | | | If set in the configuration, the notifications are opened in the expanded state, displaying the full notification text.
* bar: add config option to disable on selected screens (#920)Bora Gülerman2025-11-261-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
* bar/activewindow: add option to invert rotate (#922)Sven Fischer2025-11-241-0/+3
| | | | | | | * feat(activeWindow): Add rotation option to rotate counter-clockwise * feat(activeWindow): Change rotation to inverted boolean option * feat(activeWindow): Do not expose inverted property
* bar/popouts: allow disabling individual popouts2 * r + 2 * t2025-10-211-0/+5
| | | | Closes #826
* background: fix visualiser blur + allow disable2 * r + 2 * t2025-10-211-0/+1
| | | | Fixes #807
* toasts: add toast for media track change (#790)dish2025-10-151-0/+1
|
* feat: VPN toggle (#689)Robin Seger2025-10-141-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* toasts: add toast for kb layout change2 * r + 2 * t2025-10-141-0/+1
| | | | Closes #688
* bar/workspaces: special ws icon config (#785)Robin Seger2025-10-131-1/+7
| | | | | * workspaces: icons config * add README json example
* feat: configurable max volume (#723)Robin Seger2025-10-131-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
* readme: add clock font example conf2 * r + 2 * t2025-10-081-0/+1
|
* plugin: add sleep notifierSoramane2025-09-261-0/+1
| | | | Lock before sleep
* bar: add compact tray option2 * r + 2 * t2025-09-251-0/+1
| | | | Closes #659
* readme: update example config (#693)Nathachou2025-09-251-1/+3
| | | | | | | | | * Update README.md (added playback and explorer examples in config I know it's pretty useless to add this but some guys wouldn't know we can edit these in shell config file * Update README.md I'm stupid
* readme: update with new configs2 * r + 2 * t2025-09-231-1/+3
|
* config: enable/disable specific toasts2 * r + 2 * t2025-09-231-1/+5
|
* audio: audio device changed toasts (#684)Robin Seger2025-09-231-1/+5
| | | | | | | | | | | | | * 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>
* idlemonitor: configurable timeouts2 * r + 2 * t2025-09-231-3/+15
| | | | Closes #669
* feat: add battery warnings2 * r + 2 * t2025-09-211-1/+26
| | | | | Closes #73 Closes #117
* readme: fix example config (#652)Belal2025-09-201-1/+1
|
* feat: add sidebar2 * r + 2 * t2025-09-181-0/+5
| | | | WIP
* idlemonitor: inhibit when audio playing2 * r + 2 * t2025-09-171-0/+1
|
* feat: add idle monitor2 * r + 2 * t2025-09-171-0/+5
| | | | Replaces hypridle
* readme: update manual installation deps2 * r + 2 * t2025-09-131-1/+1
|
* config/launcher: set default maxShown to 72 * r + 2 * t2025-09-131-1/+1
| | | | Better for 1920x1080 screens
* readme: update example config2 * r + 2 * t2025-09-121-0/+3
|
* bar: remove idle inhibitor2 * r + 2 * t2025-09-121-4/+0
| | | | Use the one in the utilities panel instead
* launcher: add config option for hiding applications (#568)anders1302025-09-101-1/+2
| | | | | | | | | | | | | * 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>
* bar/tray: add icon subs2 * r + 2 * t2025-09-091-0/+1
| | | | Usage: array of { id, image | icon }
* launcher: allow configuring actions (#558)Belal2025-09-091-0/+106
| | | | | | | | | | | * 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: configurable scroll actions (#559)Belal2025-09-081-0/+5
| | | | | | | | | | | * 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>