summaryrefslogtreecommitdiff
path: root/modules/bar (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-23bar: add idle inhibitor (#459)Davi Ribeiro2-0/+39
* bar: add idle inhibitor * bar: change idle inhibitor button color * nix: link external scripts instead of install * services/idleinhibitor: add IPC handler * better styling * move cpp scripts to assets/cpp --------- Co-authored-by: Soramane <61896496+soramanew@users.noreply.github.com>
2025-08-19bar: add kblayout popout2 * r + 2 * t3-4/+13
2025-08-16bar/workspaces: better scroll2 * r + 2 * t2-5/+13
2025-08-16bar/workspaces: add special ws overlay2 * r + 2 * t2-28/+465
2025-08-16bar/workspaces: refactor2 * r + 2 * t6-103/+77
2025-08-15internal: static bar width2 * r + 2 * t4-10/+11
2025-08-14internal: better loading indicator2 * r + 2 * t2-22/+4
Abstract circular progress into own component
2025-08-14config: add config for bar tray recolour & bg2 * r + 2 * t2-8/+16
Closes #337
2025-08-14internal: better colourisation2 * r + 2 * t2-8/+4
2025-08-13internal: use icon os logo instead of nerd font2 * r + 2 * t1-6/+10
Add caelestia logo to use as fallback os logo Add recolour lock fetch logo option
2025-08-13lock/fetch: hide user when bat and smol2 * r + 2 * t1-1/+0
2025-08-13bar: per-monitor workspaces option (#394)anders1304-7/+15
NOTE: option is true by default, which is a breaking change * feat(bar): add per-monitor workspace state * fix(bar): correct active workspace indicator * feat(bar): make per-monitor workspaces toggleable * fixes * more fixes * perMonitorWorkspaces default true + add to readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-13bar: allow hiding items and reordering (#379)Laurens Duin6-286/+281
* feat: reorder bar, no popout yet * chore: cleanup * refactor: use DelegateChooser * feat: popouts * chore: cleanup * better popout check + fix async stuff + bar interaction + a bunch of other fixes * fix activewindow and bar vertical padding * readme: add config opt * bar: fix top/bottom padding * bar: better wheel behaviour --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-11lock: add fetch + refactor os info2 * r + 2 * t1-1/+1
2025-08-10internal: more colour fixes2 * r + 2 * t2-2/+2
:woe:
2025-08-09bar: better scroll actions2 * r + 2 * t2-32/+2
Also fix workspaces interaction area
2025-08-09bar: add min padding2 * r + 2 * t1-1/+1
For when smol border thickness
2025-08-08internal: fix more colours2 * r + 2 * t1-1/+1
2025-08-08internal: transparency support coming soon™2 * r + 2 * t5-7/+7
Also fix media player selector text colour Fix colour preview not resetting light/dark mode
2025-08-07controlcenter: add floating mode2 * r + 2 * t1-0/+4
Closes #363
2025-08-05config: add audio increment option2 * r + 2 * t2-4/+4
2025-08-05internal: rename dcontent -> controlcenter2 * r + 2 * t1-4/+2
2025-08-05internal: position slider handle correctly2 * r + 2 * t1-2/+2
Also better labels for audio popout
2025-08-05popouts/audio: scroll volume slider2 * r + 2 * t1-11/+24
Also more spacing
2025-08-05bar/popouts: add audio device switcher (#319)Laurens Duin2-33/+114
* feat: basic audio switcher * feat: replace VerticalSlider with StyledSlider * fix: styling * fix: formatting * chore: make sound icons consistent, change slider styling * feat: styled slider component variants * chore: cleanup * chore: cleanup * fix: pr fixes * fix: remove redundant code * chore: remove old code * fix: controls styling * fixes * more tweaks * radiobtn: add interaction stuff Anim slider --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-04internal: refactor widgets folder2 * r + 2 * t16-16/+21
Split into subdirs and rename to components
2025-08-04dashboard: fix tab desync2 * r + 2 * t1-2/+0
Fixes #324
2025-08-03dcontent: impl rest of bt device settings2 * r + 2 * t1-1/+0
2025-08-02config: add apps config2 * r + 2 * t1-1/+1
Closes #318 and #305
2025-08-02bar: add bluetooth connected icon state (#311)Laurens Duin1-1/+7
* feat: add bluetooth connected icon state * fix: improve connected check * chore: cleanup * format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-07-31config: respect user locale for twelve hour clock & temperature (#290)Laurens Duin1-1/+1
* bar: add 12h clock option * feat: allow custom format config * feat: 12h clock based on locale with config * chore: cleanup * fix: PR comments, add automatic fahrenheit * fix: formatting * dashboard: fix up date time * lock: better 12h clock --------- Co-authored-by: Soramane <61896496+soramanew@users.noreply.github.com>
2025-07-30config: allow configuring external audio programSoramane1-1/+1
Closes #302
2025-07-28popouts: unload when hidden2 * r + 2 * t3-3/+3
2025-07-27bar: add kb layout status icon2 * r + 2 * t1-0/+17
Closes #280
2025-07-26dcontent: add bt pane2 * r + 2 * t1-1/+1
2025-07-26popouts: fix scan icon rotation2 * r + 2 * t1-1/+7
2025-07-26popouts: some fixes for network2 * r + 2 * t1-2/+4
2025-07-26config: enable/disable status icons (#243)Kaj4-97/+207
* Adds ability to disable/enable status icons Improves the hover calculations so that it's not hardcoded. This should make it easier to add/remove status icons. Also adds an optional audio status icon. * status: move config to barconfig * fixes * fix merge * loader icons * fix audio popout --------- Co-authored-by: Kaj Giesbers <kajgiesbers@gmail.com> Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-07-26feat: improve network popout (#268)Nikhil Sharma1-6/+213
* feat: network popout (saved networks only) * fix: rem unfinished forget network * network: some fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-07-23dcontent: create bluetooth panel2 * r + 2 * t4-3/+63
2025-07-23popouts: better tray menu focus handling2 * r + 2 * t3-13/+11
Don't hide on hover lost, use a focus grab instead
2025-07-23popouts: better bluetooth popout2 * r + 2 * t1-11/+70
2025-07-23bar: ws indicator mask -> colouriser2 * r + 2 * t1-14/+3
2025-07-23bar: fix bluetooth when offSoramane2-2/+2
2025-07-22popouts: better bt loading icon2 * r + 2 * t1-16/+14
2025-07-19internal: clean up tray item2 * r + 2 * t1-10/+2
2025-07-16bluetooth: use qs bluetoothSoramane2-19/+155
2025-07-16internal: use new qs importsSoramane21-62/+62
2025-07-10bar: some internal fixes2 * r + 2 * t1-3/+3
2025-07-10feat: non persistent bar option2 * r + 2 * t2-1/+79