summaryrefslogtreecommitdiff
path: root/src/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bar: vertical mode2 * r + 2 * t2025-02-181-20/+38
|
* bar: battery charging indicator2 * r + 2 * t2025-02-171-15/+30
|
* bar: battery tooltip2 * r + 2 * t2025-02-171-2/+16
|
* bar: battery indicator2 * r + 2 * t2025-02-171-0/+22
|
* launcher: tod not installed notif action2 * r + 2 * t2025-02-161-0/+4
| | | | Add install action to tod not installed notification
* bar: fix null pointer error2 * r + 2 * t2025-02-111-1/+1
| | | | Client workspaces can be null for some reason?
* refactor: astal widget type2 * r + 2 * t2025-02-111-1/+2
| | | | There is no base type, but the return type of astalify works
* tooltip: position at cursor not widget2 * r + 2 * t2025-02-111-2/+2
|
* tooltip: ensure fully visible2 * r + 2 * t2025-02-091-3/+13
|
* sideright: weather wind & rain tooltips2 * r + 2 * t2025-02-081-2/+10
|
* popdowns: some minor header button changes2 * r + 2 * t2025-01-312-3/+7
|
* imports: use typescript import paths2 * r + 2 * t2025-01-305-22/+22
|
* sideleft: create popdown window2 * r + 2 * t2025-01-303-11/+226
|
* sideright: fix assertion row != -12 * r + 2 * t2025-01-291-7/+8
| | | | Idk why but needs a timeout before calendar update
* bar: hide tray when no items2 * r + 2 * t2025-01-291-1/+5
|
* sideright: imperial weather2 * r + 2 * t2025-01-271-6/+6
|
* sideright: make popdown window2 * r + 2 * t2025-01-273-15/+139
| | | | Weather requires a weather api key from https://weatherapi.com
* launcher: file context menus2 * r + 2 * t2025-01-261-10/+38
|
* launcher: scheme subcommand2 * r + 2 * t2025-01-261-0/+16
|
* launcher: fix windows mode2 * r + 2 * t2025-01-261-1/+1
| | | | Forgot to implement no limit when < 0
* media: bind controls sensitivity2 * r + 2 * t2025-01-261-5/+17
|
* launcher: todo notif uwsm app2 * r + 2 * t2025-01-251-1/+1
| | | | | | Wasn't using it cause todoist desktop is broken with uwsm But command works so use that Also better app launch
* launcher: todo subcommand2 * r + 2 * t2025-01-251-9/+61
| | | | Uses todoist
* media: make popdown window2 * r + 2 * t2025-01-253-2/+144
|
* launcher: change windows mode icon2 * r + 2 * t2025-01-241-2/+2
|
* bar: firefox media icon2 * r + 2 * t2025-01-241-1/+3
| | | | Also fix player identities having spaces
* launcher: use scrollable2 * r + 2 * t2025-01-241-39/+84
|
* launcher: windows mode2 * r + 2 * t2025-01-241-16/+222
| | | | Also files mode icons
* session: logout grab focus on open2 * r + 2 * t2025-01-211-4/+13
|
* better menu styles2 * r + 2 * t2025-01-201-0/+1
|
* launcher: context menu for items2 * r + 2 * t2025-01-201-14/+68
|
* session screen2 * r + 2 * t2025-01-192-5/+35
| | | | Switch from wlogout
* launcher: reload subcommand2 * r + 2 * t2025-01-191-0/+6
|
* bar: bluetooth devices2 * r + 2 * t2025-01-181-33/+56
|
* bar: fix null pointer errors2 * r + 2 * t2025-01-181-3/+6
|
* bar: change style + fix scheme2 * r + 2 * t2025-01-181-2/+2
|
* networks + bluetooth: highlight active2 * r + 2 * t2025-01-172-2/+6
|
* networks: make popup window2 * r + 2 * t2025-01-173-2/+101
|
* bluetoothdevices: fallback icon2 * r + 2 * t2025-01-171-2/+7
|
* bluetoothdevices: make popup window2 * r + 2 * t2025-01-174-23/+111
|
* refactor: move popdowns to own folder2 * r + 2 * t2025-01-163-5/+14
| | | | And group them like osds
* base popdown window2 * r + 2 * t2025-01-162-70/+38
|
* bar: unread -> notif count2 * r + 2 * t2025-01-161-53/+26
| | | | There technically is no unread cause they only disappear when swiped, also notif count makes more sense
* updates: make popup window2 * r + 2 * t2025-01-162-13/+118
|
* notifications: empty text2 * r + 2 * t2025-01-161-3/+13
| | | | Scrollbar less transparent
* notifications: make popup window2 * r + 2 * t2025-01-163-70/+101
|
* refactor: move ts to src2 * r + 2 * t2025-01-165-0/+1323
Also move popupwindow to own file