| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-04-08 | notifpopups: fix clickthrough | 2 * r + 2 * t | 1 | -2/+5 | |
| Need to set size once so it can register the child shapes or something | |||||
| 2025-04-08 | feat: add navbar | 2 * r + 2 * t | 2 | -7/+2 | |
| For controlling sidebar panes + other stuff later | |||||
| 2025-04-06 | thumbnailer: fix exact sizing creating background | 2 * r + 2 * t | 1 | -1/+3 | |
| Use `-background none` to prevent | |||||
| 2025-04-05 | thumbnailer: add configs | 2 * r + 2 * t | 1 | -16/+5 | |
| 2025-04-05 | thumbnailer: use sha1sum for caching | 2 * r + 2 * t | 1 | -5/+5 | |
| 2025-04-05 | launcher: optimise wallpaper selector | 2 * r + 2 * t | 1 | -22/+36 | |
| Optimise thumbnail size Also limit number shown Add show all when no search option | |||||
| 2025-04-04 | feat: uwsm app -> app2unit | 2 * r + 2 * t | 1 | -2/+2 | |
| Also xdg-open -> app2unit | |||||
| 2025-04-02 | bar: fix workspaces visual glitch | 2 * r + 2 * t | 1 | -2/+0 | |
| Also use gtk truncate for active window and media playing For some reason, odd numbers of workspaces need the adjustment, but even don't | |||||
| 2025-04-01 | calendar: cache calendars | 2 * r + 2 * t | 2 | -5/+10 | |
| 2025-04-01 | thumbnailer: use png | 2 * r + 2 * t | 1 | -1/+8 | |
| Use png instead of jpg for transparency Also don't thumbnail images smaller than thumbnail size | |||||
| 2025-04-01 | config: lazy update arrays | 2 * r + 2 * t | 1 | -1/+1 | |
| Only set arrays if they are different | |||||
| 2025-04-01 | feat: thumbnailer utility | 2 * r + 2 * t | 1 | -0/+69 | |
| Fix large images in notifications being slow GTK css background image is really slow for scaling for some reason, so thumbnail | |||||
| 2025-03-29 | system: fix directory monitor | 2 * r + 2 * t | 1 | -0/+5 | |
| Keep ref to monitor so it doesn't get garbage collected | |||||
| 2025-03-25 | tooltip: show above cursor if offscreen | 2 * r + 2 * t | 1 | -19/+19 | |
| 2025-03-25 | sidebar: create upcoming module | 2 * r + 2 * t | 1 | -2/+6 | |
| Requires ical.js and curl | |||||
| 2025-03-23 | schemes: fix updating taking ages | 2 * r + 2 * t | 1 | -3/+14 | |
| Cause it was being called for every file change So instead of updating all, just update changed Also async update all | |||||
| 2025-03-08 | files: change directory monitor return | 2 * r + 2 * t | 1 | -6/+6 | |
| 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-05 | schemes: update for scripts refactor | 2 * r + 2 * t | 2 | -2/+24 | |
| 2025-03-01 | launcher: wallpaper action | 2 * r + 2 * t | 1 | -0/+2 | |
| 2025-02-28 | launcher: apps mode | 2 * r + 2 * t | 1 | -0/+7 | |
| 2025-02-22 | config: use config file | 2 * r + 2 * t | 1 | -3/+13 | |
| Config file at ~/.config/caelestia/shell.json | |||||
| 2025-02-19 | bar: fix being too tall when vertical | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-02-18 | bar: vertical mode | 2 * r + 2 * t | 1 | -0/+2 | |
| 2025-02-11 | refactor: astal widget type | 2 * r + 2 * t | 2 | -3/+7 | |
| There is no base type, but the return type of astalify works | |||||
| 2025-02-11 | tooltip: position at cursor not widget | 2 * r + 2 * t | 1 | -17/+14 | |
| 2025-02-09 | tooltip: ensure fully visible | 2 * r + 2 * t | 1 | -2/+18 | |
| 2025-01-31 | refactor: move weather icons to utils | 2 * r + 2 * t | 1 | -0/+56 | |
| 2025-01-31 | bar: use nf icons for os icon | 2 * r + 2 * t | 2 | -34/+48 | |
| 2025-01-30 | imports: use typescript import paths | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-01-27 | sideright: make popdown window | 2 * r + 2 * t | 2 | -1/+12 | |
| Weather requires a weather api key from https://weatherapi.com | |||||
| 2025-01-25 | launcher: todo notif uwsm app | 2 * r + 2 * t | 1 | -3/+25 | |
| Wasn't using it cause todoist desktop is broken with uwsm But command works so use that Also better app launch | |||||
| 2025-01-25 | launcher: todo subcommand | 2 * r + 2 * t | 1 | -0/+22 | |
| Uses todoist | |||||
| 2025-01-24 | launcher: windows mode | 2 * r + 2 * t | 1 | -0/+32 | |
| Also files mode icons | |||||
| 2025-01-16 | updates: make popup window | 2 * r + 2 * t | 1 | -2/+9 | |
| 2025-01-16 | refactor: move ts to src | 2 * r + 2 * t | 5 | -0/+169 | |
| Also move popupwindow to own file | |||||