summaryrefslogtreecommitdiff
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clean2 * r + 2 * t2025-04-264-367/+0
| | | | Remove everything
* slider: clamp value between 0 and 12 * r + 2 * t2025-04-071-1/+1
|
* cleanup: remove popdown stuff2 * r + 2 * t2025-04-021-51/+0
| | | | Popdowns were replaced with the sidebar
* feat: thumbnailer utility2 * r + 2 * t2025-04-011-3/+6
| | | | | Fix large images in notifications being slow GTK css background image is really slow for scaling for some reason, so thumbnail
* feat: fake screen rounding2 * r + 2 * t2025-03-311-0/+49
|
* sidebar: allow seeking2 * r + 2 * t2025-03-291-2/+13
|
* notification: body tooltip for dashboard2 * r + 2 * t2025-03-261-0/+2
|
* sidebar: create dashboard2 * r + 2 * t2025-03-252-9/+70
|
* launcher: made search bar + mode switcher2 * r + 2 * t2025-02-281-1/+1
|
* notification: don't use markup2 * r + 2 * t2025-02-251-1/+0
| | | | Markup causes errors
* notifpopups: shrink image2 * r + 2 * t2025-02-231-4/+5
|
* config: use config file2 * r + 2 * t2025-02-222-3/+4
| | | | Config file at ~/.config/caelestia/shell.json
* notifications: ago time option2 * r + 2 * t2025-02-191-13/+24
|
* notifpopups: more compact + better styles2 * r + 2 * t2025-02-191-9/+26
|
* bar: vertical mode2 * r + 2 * t2025-02-181-5/+17
|
* allow toggling sideleft and right from cli2 * r + 2 * t2025-01-301-1/+16
|
* imports: use typescript import paths2 * r + 2 * t2025-01-301-2/+2
|
* popupwindow: fix offscreen popup2 * r + 2 * t2025-01-271-1/+9
| | | | Force window to appear fully on screen by clamping margin
* session screen2 * r + 2 * t2025-01-191-1/+1
| | | | Switch from wlogout
* remove unnecessary var2 * r + 2 * t2025-01-181-1/+1
|
* networks: make popup window2 * r + 2 * t2025-01-171-1/+1
|
* bluetoothdevices: make popup window2 * r + 2 * t2025-01-171-4/+11
|
* base popdown window2 * r + 2 * t2025-01-161-0/+44
|
* notifications: make popup window2 * r + 2 * t2025-01-162-5/+11
|
* refactor: move ts to src2 * r + 2 * t2025-01-162-0/+171
Also move popupwindow to own file