summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev: use typescript 5.7.3 to fix jsx type errors2 * r + 2 * t2025-04-073-118/+138
| | | | Also upgrade esbuild to 0.25.2
* slider: clamp value between 0 and 12 * r + 2 * t2025-04-071-1/+1
|
* bar: show windows on each workspace2 * r + 2 * t2025-04-074-30/+71
|
* config: handle config deleted2 * r + 2 * t2025-04-071-1/+3
| | | | Revert to defaults if config file moved/deleted
* bar: add optional labels for workspaces2 * r + 2 * t2025-04-074-35/+97
| | | | Also can customise labels
* thumbnailer: fix exact sizing creating background2 * r + 2 * t2025-04-061-1/+3
| | | | Use `-background none` to prevent
* thumbnailer: add configs2 * r + 2 * t2025-04-054-17/+20
|
* thumbnailer: use sha1sum for caching2 * r + 2 * t2025-04-051-5/+5
|
* launcher: fix wallpaper categories2 * r + 2 * t2025-04-051-1/+1
|
* config: notify on error2 * r + 2 * t2025-04-053-9/+28
| | | | Also deduplicate events for config change
* launcher: optimise wallpaper selector2 * r + 2 * t2025-04-055-37/+84
| | | | | | Optimise thumbnail size Also limit number shown Add show all when no search option
* wallpapers: filter by size2 * r + 2 * t2025-04-044-6/+33
|
* feat: uwsm app -> app2unit2 * r + 2 * t2025-04-046-16/+19
| | | | Also xdg-open -> app2unit
* bar: fix corners showing when not embedded style2 * r + 2 * t2025-04-031-0/+6
|
* bar: fix workspaces visual glitch2 * r + 2 * t2025-04-023-12/+12
| | | | | Also use gtk truncate for active window and media playing For some reason, odd numbers of workspaces need the adjustment, but even don't
* launcher: fix typeerror2 * r + 2 * t2025-04-021-1/+1
|
* launcher: sort wallpapers and schemes2 * r + 2 * t2025-04-022-2/+5
|
* feat: define bar layout via config2 * r + 2 * t2025-04-025-136/+172
|
* notifpopups: fix clicking opening sidebar2 * r + 2 * t2025-04-024-44/+59
|
* bar: refactor to use visible not replace2 * r + 2 * t2025-04-022-90/+92
| | | | Also fix gap after workspaces on embedded style
* bar: embedded style2 * r + 2 * t2025-04-024-41/+163
|
* sidebar: truncate device selector2 * r + 2 * t2025-04-021-1/+1
| | | | Fix sidebar expanding when long device names
* sidebar: bluetooth device battery no NaN2 * r + 2 * t2025-04-021-1/+1
|
* config: log when updated2 * r + 2 * t2025-04-021-1/+2
|
* cleanup: remove popdown stuff2 * r + 2 * t2025-04-0219-1612/+0
| | | | Popdowns were replaced with the sidebar
* sidebar: add date time to time pane2 * r + 2 * t2025-04-023-12/+36
|
* sidebar: show events for each day2 * r + 2 * t2025-04-023-8/+139
|
* sidebar: time pane2 * r + 2 * t2025-04-026-67/+446
| | | | | Also some fixes for calendar recurring events Also fix reminders time
* app: catch errors in main2 * r + 2 * t2025-04-021-19/+23
|
* feat: toggle borders option2 * r + 2 * t2025-04-0111-19/+61
|
* calendar: cache calendars2 * r + 2 * t2025-04-013-9/+41
|
* launcher: hide todo action if tod not installed2 * r + 2 * t2025-04-011-15/+1
|
* thumbnailer: use png2 * r + 2 * t2025-04-011-1/+8
| | | | | Use png instead of jpg for transparency Also don't thumbnail images smaller than thumbnail size
* launcher: add round style2 * r + 2 * t2025-04-016-34/+147
|
* config: lazy update arrays2 * r + 2 * t2025-04-012-2/+2
| | | | Only set arrays if they are different
* feat: thumbnailer utility2 * r + 2 * t2025-04-013-18/+78
| | | | | Fix large images in notifications being slow GTK css background image is really slow for scaling for some reason, so thumbnail
* cleanup: dispose of file monitors when unneeded2 * r + 2 * t2025-04-011-3/+5
|
* screencorners: enable clickthrough2 * r + 2 * t2025-03-311-0/+4
|
* sidebar: change networks scan text when scanning2 * r + 2 * t2025-03-311-1/+5
|
* feat: fake screen rounding2 * r + 2 * t2025-03-315-52/+150
|
* bar: add error for no wireplumber2 * r + 2 * t2025-03-311-1/+1
|
* Merge branch 'round-gaps' into sidebar2 * r + 2 * t2025-03-314-77/+125
|\
| * bar: add panel style2 * r + 2 * t2025-03-314-77/+125
| |
* | startup: wait for config to init2 * r + 2 * t2025-03-313-77/+7
| | | | | | | | Also cleanup some stuff
* | config: don't show sidebar on startup by default2 * r + 2 * t2025-03-311-1/+1
| |
* | sidebar: better dashboard media progress2 * r + 2 * t2025-03-301-2/+2
| | | | | | | | Make the colours the same as the media pane progress slider
* | launcher: ignore exclusivity2 * r + 2 * t2025-03-301-0/+1
| |
* | system: fix directory monitor2 * r + 2 * t2025-03-292-2/+6
| | | | | | | | Keep ref to monitor so it doesn't get garbage collected
* | sidebar: allow seeking2 * r + 2 * t2025-03-294-5/+15
| |
* | monitors: fix ddc detection2 * r + 2 * t2025-03-281-1/+1
| |