summaryrefslogtreecommitdiff
path: root/modules/bar (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* bar: add kb layout status icon2 * r + 2 * t2025-07-271-0/+17
| | | | Closes #280
* 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-264-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>
* 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: ws indicator mask -> colouriser2 * r + 2 * t2025-07-231-14/+3
|
* bar: fix bluetooth when offSoramane2025-07-232-2/+2
|
* popouts: better bt loading icon2 * r + 2 * t2025-07-221-16/+14
|
* internal: clean up tray item2 * r + 2 * t2025-07-191-10/+2
|
* bluetooth: use qs bluetoothSoramane2025-07-162-19/+155
|
* internal: use new qs importsSoramane2025-07-1621-62/+62
|
* bar: some internal fixes2 * r + 2 * t2025-07-101-3/+3
|
* feat: non persistent bar option2 * r + 2 * t2025-07-102-1/+79
|
* internal: fix scrolling for high res devices2 * r + 2 * t2025-07-092-6/+6
| | | | Implements first part of #202
* internal: pass around visibilities2 * r + 2 * t2025-07-092-2/+8
| | | | | Instead of singleton Also for panels
* 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-274-11/+11
|
* icons: some fixes for previous axes change2 * r + 2 * t2025-06-262-5/+9
| | | | | Mostly spacing fixes Also qsTr windowinfo class and title when none
* icons: use variable axes2 * r + 2 * t2025-06-261-3/+0
|
* bar: fill bluetooth device icons2 * r + 2 * t2025-06-231-0/+1
|
* 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
* bar: fix workspaces and tray icons2 * r + 2 * t2025-06-172-0/+27
| | | | Should fix the anims not finishing
* popouts: fix activewindow screencopy2 * r + 2 * t2025-06-171-1/+1
|
* feat: user config file2 * r + 2 * t2025-06-159-33/+33
| | | | 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-063-19/+39
|
* popouts: fix anim when not shown2 * r + 2 * t2025-06-071-0/+2
|
* bar: fix workspaces interactions2 * r + 2 * t2025-06-072-10/+15
| | | | Fix clicking on workspaces not switching to them
* bar: fix active workspace indicator anims2 * r + 2 * t2025-06-071-5/+25
| | | | | Fix delayed anim when size change Fix trail with variable sized workspaces
* internal: move bar to drawer window2 * r + 2 * t2025-06-073-189/+145
| | | | Fixes a few bugs, also removes need for hyprland order layerrule
* 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-064-0/+276
|
* popouts: transition between popout content2 * r + 2 * t2025-06-061-20/+44
|
* bar: power button open session2 * r + 2 * t2025-06-051-0/+17
| | | | Make it actually useful (not really)
* popouts: better anim2 * r + 2 * t2025-06-051-1/+1
|
* feat: bluetooth popout2 * r + 2 * t2025-06-054-6/+38
|
* feat: network popout2 * r + 2 * t2025-06-054-0/+35
| | | | Also qstr dashboard performance pane labels
* popouts: battery add perf degradation warning2 * r + 2 * t2025-06-051-0/+59
|
* drawers: fix interaction areas2 * r + 2 * t2025-06-052-2/+2
| | | | Outer corners shouldn't be part of interaction area
* bar: show power profile if no battery2 * r + 2 * t2025-06-052-20/+23
|