summaryrefslogtreecommitdiff
path: root/src/services (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-05launcher: fix wallpaper categories2 * r + 2 * t1-1/+1
2025-04-05launcher: optimise wallpaper selector2 * r + 2 * t1-2/+15
Optimise thumbnail size Also limit number shown Add show all when no search option
2025-04-04wallpapers: filter by size2 * r + 2 * t1-2/+28
2025-04-04feat: uwsm app -> app2unit2 * r + 2 * t1-1/+1
Also xdg-open -> app2unit
2025-04-02launcher: sort wallpapers and schemes2 * r + 2 * t1-1/+3
2025-04-02sidebar: time pane2 * r + 2 * t1-58/+73
Also some fixes for calendar recurring events Also fix reminders time
2025-04-01calendar: cache calendars2 * r + 2 * t1-4/+31
2025-04-01feat: thumbnailer utility2 * r + 2 * t1-15/+3
Fix large images in notifications being slow GTK css background image is really slow for scaling for some reason, so thumbnail
2025-03-29system: fix directory monitor2 * r + 2 * t1-2/+1
Keep ref to monitor so it doesn't get garbage collected
2025-03-28monitors: fix ddc detection2 * r + 2 * t1-1/+1
2025-03-27wallpapers: don't thumbnail if already exists2 * r + 2 * t1-1/+2
Have to clear cache if you change a wallpaper's contents but not name Fixes small freeze on startup
2025-03-25calendar: notifications for events2 * r + 2 * t1-7/+59
2025-03-25sidebar: create upcoming module2 * r + 2 * t1-0/+116
Requires ical.js and curl
2025-03-25sidebar: create dashboard2 * r + 2 * t1-0/+0
2025-03-23schemes: fix updating taking ages2 * r + 2 * t1-6/+23
Cause it was being called for every file change So instead of updating all, just update changed Also async update all
2025-03-23schemes: fix previews not updating2 * r + 2 * t1-1/+2
Monitor was being garbage collected cause it wasn't stored anywhere
2025-03-23wallpapers: fix error on no paths2 * r + 2 * t1-0/+9
Also update on config change
2025-03-18updates: show updates for custom repos2 * r + 2 * t1-14/+20
2025-03-15launcher: wallpaper random by category2 * r + 2 * t1-9/+30
2025-03-08files: change directory monitor return2 * r + 2 * t1-2/+2
Only return the outermost monitor, hook onto that to cancel the nested ones Also use the monitor flags in hopes of it actually picking up changes to files (it doesnt)
2025-03-07update for scheme refactor2 * r + 2 * t1-4/+18
2025-03-05launcher: fixes2 * r + 2 * t1-2/+15
Fix light/dark actions Fix delay when pressing enter
2025-03-05schemes: update for scripts refactor2 * r + 2 * t3-39/+86
2025-03-05launcher: math mode2 * r + 2 * t1-1/+1
2025-03-02wallpapers: fix thumbnail duplicates2 * r + 2 * t1-1/+2
Duplicate file names in different dirs would override, so use full path instead
2025-03-02launcher: light/dark actions2 * r + 2 * t1-1/+25
For switching dynamic mode
2025-03-01launcher: wallpaper action2 * r + 2 * t2-6/+83
2025-03-01launcher: scheme autocomplete2 * r + 2 * t1-0/+44
2025-02-26updates: sort updates by name2 * r + 2 * t1-0/+3
2025-02-26monitors: don't hardcode lines for ddc check2 * r + 2 * t1-3/+3
Since new ddcutil update it's not possible to hardcode
2025-02-25updates: show arch news2 * r + 2 * t2-4/+252
2025-02-22config: dynamic service confs2 * r + 2 * t7-19/+72
2025-02-22use state2 * r + 2 * t2-2/+2
2025-02-17gpu: fix auto detection2 * r + 2 * t1-6/+8
2025-01-31refactor: move weather icons to utils2 * r + 2 * t1-58/+3
2025-01-30imports: use typescript import paths2 * r + 2 * t3-4/+4
2025-01-30sideleft: create popdown window2 * r + 2 * t4-0/+221
2025-01-29weather: notify when no api key2 * r + 2 * t1-7/+19
2025-01-27sideright: imperial weather2 * r + 2 * t1-36/+48
2025-01-27sideright: make popdown window2 * r + 2 * t1-0/+398
Weather requires a weather api key from https://weatherapi.com
2025-01-24launcher: use scrollable2 * r + 2 * t1-1/+2
2025-01-16updates: make popup window2 * r + 2 * t1-13/+33
2025-01-16refactor: move ts to src2 * r + 2 * t5-0/+583
Also move popupwindow to own file