summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* plugin/cp: O(n) monstercat2 * r + 2 * t2025-09-271-9/+15
| | | | | Closes #708 Looks slightly worse I think, but not by much
* idlemonitor: handle logind lock/unlock2 * r + 2 * t2025-09-275-36/+75
| | | | Fixes #705
* services/hypr: lock keys ignore mods2 * r + 2 * t2025-09-261-1/+1
|
* plugin/hypr: fix shadowed declSoramane2025-09-261-4/+4
|
* plugin: add sleep notifierSoramane2025-09-267-3/+70
| | | | Lock before sleep
* nix: add clazy to devshell2 * r + 2 * t2025-09-251-1/+1
|
* utilities: size fixes2 * r + 2 * t2025-09-253-4/+4
|
* plugin/hypr: fix updating keyboards2 * r + 2 * t2025-09-251-5/+10
|
* plugin/hypr: fix devices + better error handling2 * r + 2 * t2025-09-255-8/+46
| | | | Also fix lock indicators
* plugin/appdb: delete when backing entries deleted2 * r + 2 * t2025-09-251-3/+38
|
* bar: fix height when tray expansion2 * r + 2 * t2025-09-252-7/+12
|
* bar: add compact tray option2 * r + 2 * t2025-09-257-16/+97
| | | | 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
* plugin/hypr: fix event socket2 * r + 2 * t2025-09-251-2/+2
|
* plugin/hypr: add more helpers2 * r + 2 * t2025-09-255-8/+45
| | | | Also refresh options on dynamic option application
* plugin: add hypr extras (#690)2 * r + 2 * t2025-09-2410-62/+445
| | | | | | | | | * move machine * works * prevent duplicate refreshes * use instead of hyprctl proc
* plugin: sub namespace modulesSoramane2025-09-2418-36/+36
|
* internal: add option for splitbutton menu pos2 * r + 2 * t2025-09-242-3/+13
|
* plugin/ia: fix luminance2 * r + 2 * t2025-09-241-1/+1
|
* nix: consistent build type2 * r + 2 * t2025-09-241-5/+8
|
* plugin/fsm: fix crash2 * r + 2 * t2025-09-244-31/+14
| | | | | | | | Fixes #663 Fixes #681 Fixes #647 also build dev plugin with RelWithDebInfo
* plugin: add image analyser2 * r + 2 * t2025-09-247-255/+298
|
* players: persist active player across reloads2 * r + 2 * t2025-09-231-2/+10
|
* dashboard/media: improve ui2 * r + 2 * t2025-09-234-267/+80
|
* readme: update with new configs2 * r + 2 * t2025-09-231-1/+3
|
* hypr: add cap/num lock toasts2 * r + 2 * t2025-09-232-0/+24
|
* popouts/kblayout: add switch layout button (#682)AleksElixir2025-09-232-3/+31
| | | | | | | | | | | | | | | | | * 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-236-6/+23
|
* audio: audio device changed toasts (#684)Robin Seger2025-09-233-1/+45
| | | | | | | | | | | | | * 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>
* plugin: fix clazy warnings2 * r + 2 * t2025-09-234-13/+14
|
* dev: build with clazy2 * r + 2 * t2025-09-231-4/+1
|
* plugin/fsm: update relativePath when path changed2 * r + 2 * t2025-09-232-2/+20
|
* plugin/fsm: emit entriesChanged before destruction2 * r + 2 * t2025-09-231-2/+5
|
* idlemonitor: configurable timeouts2 * r + 2 * t2025-09-233-29/+53
| | | | Closes #669
* internal: add toasts for gamemode & dnd2 * r + 2 * t2025-09-232-2/+13
|
* notifs: wrap time to days2 * r + 2 * t2025-09-221-5/+10
|
* config: add toasts for events2 * r + 2 * t2025-09-222-3/+24
| | | | | 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
|
* plugin/service: ref by object2 * r + 2 * t2025-09-227-45/+20
| | | | Use QSet and auto unref on sender destruction
* plugin: delete entries after emitting signal2 * r + 2 * t2025-09-222-3/+8
|
* plugin/fsm: dont store comparator2 * r + 2 * t2025-09-221-4/+6
|
* lock: different error messages2 * r + 2 * t2025-09-221-2/+2
| | | | To separate between fprint and passwd errors
* plugin/cutils: qthreadpool -> qtconcurrent2 * r + 2 * t2025-09-221-58/+56
|
* plugin/appdb: debounce updating entries2 * r + 2 * t2025-09-222-1/+9
| | | | Fixes #667
* colours: fix term colours2 * r + 2 * t2025-09-221-16/+16
|
* plugin/appdb: forward signals2 * r + 2 * t2025-09-224-15/+32
|
* drawers: fix input mask on special ws2 * r + 2 * t2025-09-221-1/+6
|
* plugin/fsm: fix crash2 * r + 2 * t2025-09-211-6/+5
| | | | Don't capture entries cause entries may be destroyed before async callback
* batterymonitor: change charging icon2 * r + 2 * t2025-09-211-1/+1
| | | | Fixes #664
* batterymonitor: fix warn levels2 * r + 2 * t2025-09-211-1/+1
|