summaryrefslogtreecommitdiff
path: root/modules/bar/popouts (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-24internal: use Anim component2 * r + 2 * t5-43/+12
2025-08-24internal: add canim component2 * r + 2 * t1-5/+2
2025-08-24internal: add anim component2 * r + 2 * t3-18/+1
No inlining
2025-08-24internal: rename Hyprland -> Hypr2 * r + 2 * t3-7/+7
Prevent shadowing Fixes window info not changing on switching to an empty workspace
2025-08-23popouts/network: better rescan loading2 * r + 2 * t1-15/+21
2025-08-19bar: add kblayout popout2 * r + 2 * t2-0/+11
2025-08-14internal: better loading indicator2 * r + 2 * t2-22/+4
Abstract circular progress into own component
2025-08-10internal: more colour fixes2 * r + 2 * t2-2/+2
:woe:
2025-08-08internal: transparency support coming soon™2 * r + 2 * t3-4/+4
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 * t1-2/+2
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 Duin1-32/+113
* 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 * t6-6/+9
Split into subdirs and rename to components
2025-08-02config: add apps config2 * r + 2 * t1-1/+1
Closes #318 and #305
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-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)Kaj2-0/+64
* 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: fix bluetooth when offSoramane1-1/+1
2025-07-22popouts: better bt loading icon2 * r + 2 * t1-16/+14
2025-07-16bluetooth: use qs bluetoothSoramane1-4/+126
2025-07-16internal: use new qs importsSoramane8-23/+23
2025-06-28config: fix overwrite on startup2 * r + 2 * t1-1/+1
2025-06-27internal: windowinfo pass in client2 * r + 2 * t1-0/+1
So it can be used for clients other than the active one Also fix text below screencopyview
2025-06-27internal: use hyprlandtoplevel2 * r + 2 * t1-5/+5
2025-06-26icons: use variable axes2 * r + 2 * t1-3/+0
2025-06-21feat: window info panel2 * r + 2 * t4-44/+187
Also disable reload popup
2025-06-21popouts: convert to layout2 * r + 2 * t1-12/+40
Also add expand button Change launcher calc item icon
2025-06-17popouts: fix activewindow screencopy2 * r + 2 * t1-1/+1
2025-06-15feat: user config file2 * r + 2 * t4-7/+7
Config file at `~/.config/caelestia/shell.json`
2025-06-07popouts: fixed width for battery popout2 * r + 2 * t1-0/+1
2025-06-07popouts: fix state colour for tray back button2 * r + 2 * t1-0/+1
2025-06-07popouts: reload tray menu on show2 * r + 2 * t2-16/+35
2025-06-07popouts: fix bottom glitch2 * r + 2 * t1-3/+12
Fix flicker when popout hits bottom Also animate bottom rounding change
2025-06-07popouts: fix anim when fast movement2 * r + 2 * t1-3/+3
2025-06-06popouts: fix multimonitoroutfoxxed2-3/+21
2025-06-07popouts: fix anim when not shown2 * r + 2 * t1-0/+2
2025-06-07popouts: fix activewindow height changing2 * r + 2 * t1-2/+2
Uses a bit more cpu but eh
2025-06-06feat: tray item menus2 * r + 2 * t2-0/+257
2025-06-06popouts: transition between popout content2 * r + 2 * t1-20/+44
2025-06-05popouts: better anim2 * r + 2 * t1-1/+1