summaryrefslogtreecommitdiff
path: root/widgets/BoxLayout.qml (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-29feat: bar network icon2 * r + 2 * t6-3/+87
2025-04-29style: remove unneeded comments2 * r + 2 * t1-33/+1
2025-04-29bar: use swipeview2 * r + 2 * t3-75/+71
2025-04-29refactor: occupiedbg comp anim2 * r + 2 * t1-10/+8
2025-04-29feat: bar workspace groups2 * r + 2 * t5-22/+31
2025-04-29refactor: move active workspace indicator to new file2 * r + 2 * t4-77/+95
2025-04-29refactor: workspaces use inner bar height2 * r + 2 * t5-115/+24
Also simplify boxpadding
2025-04-29refactor: bar clock use anchors2 * r + 2 * t1-8/+6
2025-04-29bar: fix alignment2 * r + 2 * t6-56/+70
Also refactor box -> styledrect + paddedrect
2025-04-29refactor: use anchors instead of layouts2 * r + 2 * t11-44/+183
2025-04-29refactor: move bar components into folder2 * r + 2 * t7-1/+2
2025-04-28refactor: appearance fix typing2 * r + 2 * t1-53/+66
2025-04-28refactor: bar workspaces move workspace into file2 * r + 2 * t4-20/+34
2025-04-28bar: workspaces different styles for occupied2 * r + 2 * t4-49/+72
2025-04-28bar: workspaces show occupied2 * r + 2 * t3-7/+51
2025-04-28bar: workspaces events2 * r + 2 * t2-0/+16
2025-04-28bar: workspaces better anim2 * r + 2 * t2-30/+39
Also make it work for vertical
2025-04-28feat: bar workspaces2 * r + 2 * t5-47/+91
2025-04-28refactor: no need for clippingbox2 * r + 2 * t3-186/+2
Just use clip property of Item
2025-04-28format: conform to qml coding conventions2 * r + 2 * t9-40/+40
2025-04-28feat: anims + box padding2 * r + 2 * t14-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
2025-04-28hyprland: use qs hyprland service2 * r + 2 * t2-120/+50
Also use models
2025-04-26feat: basic quickshell bar2 * r + 2 * t11-0/+615
2025-04-26clean2 * r + 2 * t99-11724/+0
Remove everything
2025-04-22schemes: fix2 * r + 2 * t1-2/+7
2025-04-22feat: launcher variant action2 * r + 2 * t1-1/+73
2025-04-22scheme: fix dynamic preview2 * r + 2 * t2-21/+13
Also catch read errors
2025-04-15mediadisplay: fix visualiser symmetry2 * r + 2 * t1-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
2025-04-15feat: add low transparency mode2 * r + 2 * t4-4/+12
2025-04-15style: lighter backgrounds2 * r + 2 * t7-13/+13
Use base instead of mantle Fix session transparency More rounding for session and lock osds
2025-04-14mediadisplay: more spacing for controls2 * r + 2 * t1-1/+1
2025-04-13navbar: add mediadisplay toggle2 * r + 2 * t2-2/+42
Also better error message for visualiser
2025-04-13feat: add music visualiser2 * r + 2 * t8-10/+413
2025-04-11navbar: config show labels2 * r + 2 * t3-23/+38
Hide labels by default
2025-04-11app: increase delay for initing services2 * r + 2 * t1-3/+2
So startup is not interrupted on slower setups
2025-04-10headlines: enable button2 * r + 2 * t2-1/+8
Also disable news from no api key notif
2025-04-10sidebar: better headlines2 * r + 2 * t5-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)
2025-04-10news: more sane default categories2 * r + 2 * t1-1/+1
2025-04-10config: allow disabling headlines sidebar module2 * r + 2 * t3-4/+30
2025-04-10sidebar: dashboard current desktop -> date2 * r + 2 * t2-7/+9
Put date instead of current desktop on dashboard Date is more useful imo (especially for vertical bar)
2025-04-10config: limit news param types2 * r + 2 * t3-25/+347
Limit countries, categories and languages to specific literals
2025-04-10style: make transparency same for light/dark2 * r + 2 * t1-2/+1
2025-04-09sidebar: don't show speakers in streams header2 * r + 2 * t1-4/+4
Center streams header instead Also fix init value
2025-04-09launcher: more padding for wallpapers2 * r + 2 * t1-0/+9
2025-04-09sidebar: news use monitor height2 * r + 2 * t6-20/+20
Use monitor height instead of absolute
2025-04-09news: fix news other than google news2 * r + 2 * t2-7/+13
2025-04-09feat: load news and calendars from cache on startup2 * r + 2 * t2-4/+35
Also check calendars for cache before trying to load
2025-04-09feat: news headlines for alerts pane2 * r + 2 * t7-9/+275
Also handle news api errors Also config num pages
2025-04-09weather: store api key directly in config2 * r + 2 * t5-42/+39
Also only notify once when no api key for both weather and news
2025-04-09updates: fix cache file extension2 * r + 2 * t1-1/+1
Use json not txt