summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* hyprland: fix active workspace2 * r + 2 * t2025-04-291-13/+1
|
* feat: animated text changes2 * r + 2 * t2025-04-293-4/+32
|
* feat: bar network icon2 * r + 2 * t2025-04-296-3/+87
|
* style: remove unneeded comments2 * r + 2 * t2025-04-291-33/+1
|
* bar: use swipeview2 * r + 2 * t2025-04-293-75/+71
|
* refactor: occupiedbg comp anim2 * r + 2 * t2025-04-291-10/+8
|
* feat: bar workspace groups2 * r + 2 * t2025-04-295-22/+31
|
* refactor: move active workspace indicator to new file2 * r + 2 * t2025-04-294-77/+95
|
* refactor: workspaces use inner bar height2 * r + 2 * t2025-04-295-115/+24
| | | | Also simplify boxpadding
* refactor: bar clock use anchors2 * r + 2 * t2025-04-291-8/+6
|
* bar: fix alignment2 * r + 2 * t2025-04-296-56/+70
| | | | Also refactor box -> styledrect + paddedrect
* refactor: use anchors instead of layouts2 * r + 2 * t2025-04-2911-44/+183
|
* refactor: move bar components into folder2 * r + 2 * t2025-04-297-1/+2
|
* refactor: appearance fix typing2 * r + 2 * t2025-04-281-53/+66
|
* refactor: bar workspaces move workspace into file2 * r + 2 * t2025-04-284-20/+34
|
* bar: workspaces different styles for occupied2 * r + 2 * t2025-04-284-49/+72
|
* bar: workspaces show occupied2 * r + 2 * t2025-04-283-7/+51
|
* bar: workspaces events2 * r + 2 * t2025-04-282-0/+16
|
* bar: workspaces better anim2 * r + 2 * t2025-04-282-30/+39
| | | | Also make it work for vertical
* feat: bar workspaces2 * r + 2 * t2025-04-285-47/+91
|
* refactor: no need for clippingbox2 * r + 2 * t2025-04-283-186/+2
| | | | Just use clip property of Item
* format: conform to qml coding conventions2 * r + 2 * t2025-04-289-40/+40
|
* feat: anims + box padding2 * r + 2 * t2025-04-2814-39/+526
| | | | | | | | box provide padding and animate size and colour provide box and boxlayout for with/without layout provide clippingbox provide label for anim + rendertype configure QtQuick controls
* hyprland: use qs hyprland service2 * r + 2 * t2025-04-282-120/+50
| | | | Also use models
* feat: basic quickshell bar2 * r + 2 * t2025-04-2611-0/+615
|
* clean2 * r + 2 * t2025-04-2699-11724/+0
| | | | Remove everything
* schemes: fix2 * r + 2 * t2025-04-221-2/+7
|
* feat: launcher variant action2 * r + 2 * t2025-04-221-1/+73
|
* scheme: fix dynamic preview2 * r + 2 * t2025-04-222-21/+13
| | | | Also catch read errors
* mediadisplay: fix visualiser symmetry2 * r + 2 * t2025-04-151-14/+9
| | | | | Ensure even number of bars so visualiser is symmetrical If odd number, need to use average for the center bar, which looks bad
* feat: add low transparency mode2 * r + 2 * t2025-04-154-4/+12
|
* style: lighter backgrounds2 * r + 2 * t2025-04-157-13/+13
| | | | | | Use base instead of mantle Fix session transparency More rounding for session and lock osds
* mediadisplay: more spacing for controls2 * r + 2 * t2025-04-141-1/+1
|
* navbar: add mediadisplay toggle2 * r + 2 * t2025-04-132-2/+42
| | | | Also better error message for visualiser
* feat: add music visualiser2 * r + 2 * t2025-04-138-10/+413
|
* navbar: config show labels2 * r + 2 * t2025-04-113-23/+38
| | | | Hide labels by default
* app: increase delay for initing services2 * r + 2 * t2025-04-111-3/+2
| | | | So startup is not interrupted on slower setups
* headlines: enable button2 * r + 2 * t2025-04-102-1/+8
| | | | Also disable news from no api key notif
* sidebar: better headlines2 * r + 2 * t2025-04-105-5/+21
| | | | | | No tooltip, instead show title when expand Sort articles by source priority Also allow excluding domains and exclude google news by default (its just an aggregator so it causes lots of duplicates)
* news: more sane default categories2 * r + 2 * t2025-04-101-1/+1
|
* config: allow disabling headlines sidebar module2 * r + 2 * t2025-04-103-4/+30
|
* sidebar: dashboard current desktop -> date2 * r + 2 * t2025-04-102-7/+9
| | | | | Put date instead of current desktop on dashboard Date is more useful imo (especially for vertical bar)
* config: limit news param types2 * r + 2 * t2025-04-103-25/+347
| | | | Limit countries, categories and languages to specific literals
* style: make transparency same for light/dark2 * r + 2 * t2025-04-101-2/+1
|
* sidebar: don't show speakers in streams header2 * r + 2 * t2025-04-091-4/+4
| | | | | Center streams header instead Also fix init value
* launcher: more padding for wallpapers2 * r + 2 * t2025-04-091-0/+9
|
* sidebar: news use monitor height2 * r + 2 * t2025-04-096-20/+20
| | | | Use monitor height instead of absolute
* news: fix news other than google news2 * r + 2 * t2025-04-092-7/+13
|
* feat: load news and calendars from cache on startup2 * r + 2 * t2025-04-092-4/+35
| | | | Also check calendars for cache before trying to load
* feat: news headlines for alerts pane2 * r + 2 * t2025-04-097-9/+275
| | | | | Also handle news api errors Also config num pages