summaryrefslogtreecommitdiff
path: root/modules/bar/popouts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* internal: use Anim component2 * r + 2 * t2025-08-245-43/+12
|
* internal: add canim component2 * r + 2 * t2025-08-241-5/+2
|
* internal: add anim component2 * r + 2 * t2025-08-243-18/+1
| | | | No inlining
* internal: rename Hyprland -> Hypr2 * r + 2 * t2025-08-243-7/+7
| | | | | Prevent shadowing Fixes window info not changing on switching to an empty workspace
* popouts/network: better rescan loading2 * r + 2 * t2025-08-231-15/+21
|
* bar: add kblayout popout2 * r + 2 * t2025-08-192-0/+11
|
* internal: better loading indicator2 * r + 2 * t2025-08-142-22/+4
| | | | Abstract circular progress into own component
* internal: more colour fixes2 * r + 2 * t2025-08-102-2/+2
| | | | :woe:
* internal: transparency support coming soon™2 * r + 2 * t2025-08-083-4/+4
| | | | | Also fix media player selector text colour Fix colour preview not resetting light/dark mode
* controlcenter: add floating mode2 * r + 2 * t2025-08-071-0/+4
| | | | Closes #363
* config: add audio increment option2 * r + 2 * t2025-08-051-2/+2
|
* internal: rename dcontent -> controlcenter2 * r + 2 * t2025-08-051-4/+2
|
* internal: position slider handle correctly2 * r + 2 * t2025-08-051-2/+2
| | | | Also better labels for audio popout
* popouts/audio: scroll volume slider2 * r + 2 * t2025-08-051-11/+24
| | | | Also more spacing
* bar/popouts: add audio device switcher (#319)Laurens Duin2025-08-051-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>
* internal: refactor widgets folder2 * r + 2 * t2025-08-046-6/+9
| | | | Split into subdirs and rename to components
* config: add apps config2 * r + 2 * t2025-08-021-1/+1
| | | | Closes #318 and #305
* config: allow configuring external audio programSoramane2025-07-301-1/+1
| | | | Closes #302
* popouts: unload when hidden2 * r + 2 * t2025-07-283-3/+3
|
* dcontent: add bt pane2 * r + 2 * t2025-07-261-1/+1
|
* popouts: fix scan icon rotation2 * r + 2 * t2025-07-261-1/+7
|
* popouts: some fixes for network2 * r + 2 * t2025-07-261-2/+4
|
* config: enable/disable status icons (#243)Kaj2025-07-262-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>
* feat: improve network popout (#268)Nikhil Sharma2025-07-261-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>
* dcontent: create bluetooth panel2 * r + 2 * t2025-07-234-3/+63
|
* popouts: better tray menu focus handling2 * r + 2 * t2025-07-233-13/+11
| | | | Don't hide on hover lost, use a focus grab instead
* popouts: better bluetooth popout2 * r + 2 * t2025-07-231-11/+70
|
* bar: fix bluetooth when offSoramane2025-07-231-1/+1
|
* popouts: better bt loading icon2 * r + 2 * t2025-07-221-16/+14
|
* bluetooth: use qs bluetoothSoramane2025-07-161-4/+126
|
* internal: use new qs importsSoramane2025-07-168-23/+23
|
* config: fix overwrite on startup2 * r + 2 * t2025-06-281-1/+1
|
* internal: windowinfo pass in client2 * r + 2 * t2025-06-271-0/+1
| | | | | So it can be used for clients other than the active one Also fix text below screencopyview
* internal: use hyprlandtoplevel2 * r + 2 * t2025-06-271-5/+5
|
* icons: use variable axes2 * r + 2 * t2025-06-261-3/+0
|
* feat: window info panel2 * r + 2 * t2025-06-214-44/+187
| | | | Also disable reload popup
* popouts: convert to layout2 * r + 2 * t2025-06-211-12/+40
| | | | | Also add expand button Change launcher calc item icon
* popouts: fix activewindow screencopy2 * r + 2 * t2025-06-171-1/+1
|
* feat: user config file2 * r + 2 * t2025-06-154-7/+7
| | | | Config file at `~/.config/caelestia/shell.json`
* popouts: fixed width for battery popout2 * r + 2 * t2025-06-071-0/+1
|
* popouts: fix state colour for tray back button2 * r + 2 * t2025-06-071-0/+1
|
* popouts: reload tray menu on show2 * r + 2 * t2025-06-072-16/+35
|
* popouts: fix bottom glitch2 * r + 2 * t2025-06-071-3/+12
| | | | | Fix flicker when popout hits bottom Also animate bottom rounding change
* popouts: fix anim when fast movement2 * r + 2 * t2025-06-071-3/+3
|
* popouts: fix multimonitoroutfoxxed2025-06-062-3/+21
|
* popouts: fix anim when not shown2 * r + 2 * t2025-06-071-0/+2
|
* popouts: fix activewindow height changing2 * r + 2 * t2025-06-071-2/+2
| | | | Uses a bit more cpu but eh
* feat: tray item menus2 * r + 2 * t2025-06-062-0/+257
|
* popouts: transition between popout content2 * r + 2 * t2025-06-061-20/+44
|
* popouts: better anim2 * r + 2 * t2025-06-051-1/+1
|