summaryrefslogtreecommitdiff
path: root/modules/bar/components (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-07-26config: enable/disable status icons (#243)Kaj1-78/+126
* 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-23bar: ws indicator mask -> colouriser2 * r + 2 * t1-14/+3
2025-07-23bar: fix bluetooth when offSoramane1-1/+1
2025-07-19internal: clean up tray item2 * r + 2 * t1-10/+2
2025-07-16bluetooth: use qs bluetoothSoramane1-15/+29
2025-07-16internal: use new qs importsSoramane11-34/+34
2025-07-09internal: fix scrolling for high res devices2 * r + 2 * t1-4/+4
Implements first part of #202
2025-07-09internal: pass around visibilities2 * r + 2 * t1-2/+5
Instead of singleton Also for panels
2025-06-27internal: use hyprlandtoplevel2 * r + 2 * t2-5/+5
2025-06-26icons: some fixes for previous axes change2 * r + 2 * t2-5/+9
Mostly spacing fixes Also qsTr windowinfo class and title when none
2025-06-23bar: fill bluetooth device icons2 * r + 2 * t1-0/+1
2025-06-17bar: fix workspaces and tray icons2 * r + 2 * t2-0/+27
Should fix the anims not finishing
2025-06-15feat: user config file2 * r + 2 * t4-23/+23
Config file at `~/.config/caelestia/shell.json`
2025-06-07bar: fix workspaces interactions2 * r + 2 * t1-9/+0
Fix clicking on workspaces not switching to them
2025-06-07bar: fix active workspace indicator anims2 * r + 2 * t1-5/+25
Fix delayed anim when size change Fix trail with variable sized workspaces
2025-06-07internal: move bar to drawer window2 * r + 2 * t1-0/+2
Fixes a few bugs, also removes need for hyprland order layerrule
2025-06-06feat: tray item menus2 * r + 2 * t1-0/+4
2025-06-05bar: power button open session2 * r + 2 * t1-0/+17
Make it actually useful (not really)
2025-06-05feat: bluetooth popout2 * r + 2 * t1-0/+2
2025-06-05feat: network popout2 * r + 2 * t1-0/+2
Also qstr dashboard performance pane labels
2025-06-05bar: show power profile if no battery2 * r + 2 * t1-17/+21
2025-06-04feat: bar battery popout2 * r + 2 * t1-0/+1
2025-06-02bar: fix scroll areas2 * r + 2 * t1-0/+30
2025-06-02feat: bar popouts2 * r + 2 * t1-0/+1
Create active window popout
2025-06-02bar: wifi off icon2 * r + 2 * t1-1/+1
2025-05-28bar: crossfade active window title2 * r + 2 * t1-21/+46
2025-05-27bar: fix battery charging2 * r + 2 * t1-4/+3
2025-05-27internal: bar only vertical2 * r + 2 * t8-109/+82
The bar can only be vertical Remove box, boxlayout and anchortext Add StyledClippingRect
2025-05-24bar: fix battery charging icons2 * r + 2 * t1-1/+3
2025-05-24feat: bar battery2 * r + 2 * t1-2/+32
2025-05-24bar: better colours2 * r + 2 * t8-25/+7
2025-05-24internal: fix binding loops2 * r + 2 * t4-4/+27
2025-05-23bar: fix null error2 * r + 2 * t1-1/+1
2025-05-23bar: switch to embedded style2 * r + 2 * t2-45/+55
2025-05-23internal: fix memory leaks2 * r + 2 * t1-1/+1
2025-05-17refactor: use implicit size instead of actual size2 * r + 2 * t3-8/+8
2025-05-10refactor: manually animate rect if needed2 * r + 2 * t3-3/+48
No need for animate prop, it's used too little so just manually set it if needed to save memory
2025-05-10feat: basic notifications2 * r + 2 * t1-10/+2
Also fix pixel issue with notif area background Add more log rules to run script
2025-05-05refactor: move colours to separate service2 * r + 2 * t10-11/+15
2025-05-04general: better multieffect mask settings2 * r + 2 * t2-2/+3
Better launcher wallpaper rounding and bar active workspace indicator
2025-05-04bar: fix active workspace indicator2 * r + 2 * t1-1/+1
2025-05-03feat: use multieffect instead of qt5compat2 * r + 2 * t3-12/+23
Also use loader for tray icon recolouring
2025-05-02controls: use basic style2 * r + 2 * t1-1/+0
Material style placeholder is kinda annoying
2025-05-02bar: fix workspaces switching2 * r + 2 * t1-1/+5
Fix throwing errors when trying to switch to current ws
2025-05-01bar: optional active ws indicator2 * r + 2 * t3-12/+16
2025-05-01feat: vertical bar actually works!!!2 * r + 2 * t4-1/+21
2025-05-01dev: some cleanup2 * r + 2 * t1-3/+0
2025-05-01bar: use loaders2 * r + 2 * t5-35/+43
Use loaders for all optional components e.g. workspace windows and occupied background Fix bar preset loader usage Fix occupied group Change text on active ws colour Tray no extension for paths (use qt auto resolution)
2025-05-01bar: fix workspaces occupied2 * r + 2 * t3-6/+8
Also some optimisations
2025-05-01feat: use qsTr2 * r + 2 * t1-1/+1