summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sidebar: media pane2 * r + 2 * t2025-03-264-77/+306
|
* sidebar: fix dashboard media types2 * r + 2 * t2025-03-262-5/+5
|
* sidebar: show bluetooth device battery2 * r + 2 * t2025-03-261-1/+3
|
* sidebar: handle no wifi card2 * r + 2 * t2025-03-261-2/+3
|
* sidebar: fix widget destroyed error2 * r + 2 * t2025-03-262-1/+12
|
* sidebar: style disabled state for buttons2 * r + 2 * t2025-03-262-1/+9
| | | | Also no silent fail for removing network
* sidebar: networks module2 * r + 2 * t2025-03-263-0/+203
|
* sidebar: fix negative content width warnings2 * r + 2 * t2025-03-261-3/+5
|
* sidebar: connectivity pane2 * r + 2 * t2025-03-264-2/+198
| | | | Bluetooth module
* notification: body tooltip for dashboard2 * r + 2 * t2025-03-261-0/+2
|
* config: show sidebar on startup2 * r + 2 * t2025-03-264-1/+8
| | | | Cannot be hot reloaded (for obv reasons)
* sidebar: notifpane + scroll switch panes2 * r + 2 * t2025-03-267-25/+94
| | | | | Also placeholder for empty lists (notifs and events) To switch panes, primary click + scroll
* calendar: notifications for events2 * r + 2 * t2025-03-253-7/+61
|
* run: debug mode2 * r + 2 * t2025-03-251-1/+3
| | | | Don't minify identifiers in debug mode
* tooltip: show above cursor if offscreen2 * r + 2 * t2025-03-251-19/+19
|
* sidebar: create upcoming module2 * r + 2 * t2025-03-2511-53/+332
| | | | Requires ical.js and curl
* sidebar: media handle no players2 * r + 2 * t2025-03-251-17/+25
|
* run: minify code2 * r + 2 * t2025-03-251-1/+1
| | | | minify-syntax breaks windows for some reason so don't use it
* sidebar: create dashboard2 * r + 2 * t2025-03-2512-35/+592
|
* notifpopups: destroy event wrapper2 * r + 2 * t2025-03-251-0/+1
| | | | Destroy the eventbox wrapper when notif widget is destroyed
* style: more transparency when light mode2 * r + 2 * t2025-03-251-1/+2
| | | | Cause light colours let less background colour pass through
* style: ensure loading correct order2 * r + 2 * t2025-03-251-7/+29
| | | | | | Cause async, older requests could load slower and therefore override newer requests Also reduce the number of loads when spam And add light scss var
* schemes: fix updating taking ages2 * r + 2 * t2025-03-232-9/+37
| | | | | | Cause it was being called for every file change So instead of updating all, just update changed Also async update all
* schemes: fix previews not updating2 * r + 2 * t2025-03-231-1/+2
| | | | Monitor was being garbage collected cause it wasn't stored anywhere
* misc code refactoring2 * r + 2 * t2025-03-231-10/+4
|
* wallpapers: fix error on no paths2 * r + 2 * t2025-03-231-0/+9
| | | | Also update on config change
* config: validate values2 * r + 2 * t2025-03-232-6/+124
| | | | Validate values for keys with literal types, also better validation for array types
* config: refactor2 * r + 2 * t2025-03-236-70/+77
|
* sideright: fix calender underline2 * r + 2 * t2025-03-231-2/+3
|
* config: add vibrant option2 * r + 2 * t2025-03-232-3/+8
| | | | Adds extra vibrancy (i.e. extra saturation)
* bar: more padding for horizontal2 * r + 2 * t2025-03-231-2/+2
|
* session: no blur backdrop2 * r + 2 * t2025-03-231-1/+1
| | | | Reduce the transparency so it falls under ignorealpha rule
* config: add transparency option2 * r + 2 * t2025-03-232-22/+22
| | | | Also remove options for removed features
* scss: add popover styles2 * r + 2 * t2025-03-233-83/+99
| | | | For GTK emoji picker
* tooltip: change colour2 * r + 2 * t2025-03-211-1/+1
| | | | Use primary colour
* updates: fix news2 * r + 2 * t2025-03-181-1/+2
|
* updates: show updates for custom repos2 * r + 2 * t2025-03-181-14/+20
|
* launcher: fix wallpaper categories compact mode2 * r + 2 * t2025-03-161-8/+17
| | | | Also fix undef errors for wallpapers and scheme
* launcher: remove window mode action2 * r + 2 * t2025-03-161-9/+0
| | | | Forgot to remove it when removed window mode
* launcher: remove windows mode2 * r + 2 * t2025-03-155-831/+4
| | | | Also change mode colours to primary, secondary and tertiary
* launcher: wallpaper random by category2 * r + 2 * t2025-03-153-19/+80
|
* notifs: make dnd actually work2 * r + 2 * t2025-03-113-8/+14
| | | | Also change bar icon and hide count when dnd
* launcher: fix actions not clearing in math mode2 * r + 2 * t2025-03-091-2/+5
|
* files: change directory monitor return2 * r + 2 * t2025-03-082-8/+8
| | | | | 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)
* update for scheme refactor2 * r + 2 * t2025-03-075-9/+25
|
* launcher: fixes2 * r + 2 * t2025-03-053-13/+20
| | | | | Fix light/dark actions Fix delay when pressing enter
* updates: fix escaping markup2 * r + 2 * t2025-03-051-9/+14
|
* schemes: update for scripts refactor2 * r + 2 * t2025-03-056-85/+171
|
* app: init services after timeout2 * r + 2 * t2025-03-051-3/+5
| | | | Prevent's startup delay on slower machines (yes, even with idle)
* launcher: allow disabling actions2 * r + 2 * t2025-03-052-7/+10
| | | | | Disable actions in session screen by default Also remove periods from power action descriptions