summaryrefslogtreecommitdiff
path: root/config/BarConfig.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor workspace functionality (real per monitor workspaces)Freya Murphy8 days1-11/+0
|
* bar: add config option to disable on selected screens (#920)Bora Gülerman2025-11-261-0/+1
| | | | | | | | | | | | | | | | | | * modules/drawers: Added a bar config option to disable the bar on selected screens Extended the visualizer on screens that the bar is hidden * modules/drawers: surrounded barwrapper with a loader * fix/modules/drawers: fix a null reference missed to fix a reference to bar object to barLoader.item * modules/drawers: added regex support also reverted the barLoader, added a disabled property to BarLoader instead * fix: module/drawers: applied requested changes
* bar/activewindow: add option to invert rotate (#922)Sven Fischer2025-11-241-0/+5
| | | | | | | * feat(activeWindow): Add rotation option to rotate counter-clockwise * feat(activeWindow): Change rotation to inverted boolean option * feat(activeWindow): Do not expose inverted property
* bar/popouts: allow disabling individual popouts2 * r + 2 * t2025-10-211-0/+7
| | | | Closes #826
* bar/workspaces: special ws icon config (#785)Robin Seger2025-10-131-0/+1
| | | | | * workspaces: icons config * add README json example
* bar: add compact tray option2 * r + 2 * t2025-09-251-0/+1
| | | | Closes #659
* bar: remove idle inhibitor2 * r + 2 * t2025-09-121-4/+0
| | | | Use the one in the utilities panel instead
* bar/tray: add icon subs2 * r + 2 * t2025-09-091-0/+1
| | | | Usage: array of { id, image | icon }
* bar: configurable scroll actions (#559)Belal2025-09-081-0/+7
| | | | | | | | | | | * bar: add option to disable scroll actions for volume and brightness * options for workspaces, brightness and volume * add options to readme + format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar/statusicons: add mic indicator2 * r + 2 * t2025-09-081-0/+1
| | | | Closes #578
* bar/statusicons: add lock keys indicator (#514)Belal2025-09-031-0/+1
| | | | | | | | | | | | | * [StatusIcons] Add caps lock indicator * Seprate CapsLock icon * Use material icon * fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar/workspaces: add option for ws name capitalisation (#543)sweenu2025-09-011-1/+2
|
* bar/workspaces: different `showWindows` option for special ws (#544)sweenu2025-09-011-0/+1
|
* bar/clock: allow hiding icon (#484)Bruno Inec2025-08-271-0/+5
| | | | | | | | | * bar(clock): allow hiding the calendar icon * loader + showCalendarIcon -> showIcon --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar: add idle inhibitor (#459)Davi Ribeiro2025-08-231-0/+4
| | | | | | | | | | | | | | | | | * 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>
* bar/workspaces: refactor2 * r + 2 * t2025-08-161-3/+2
|
* internal: static bar width2 * r + 2 * t2025-08-151-1/+1
|
* config: add config for bar tray recolour & bg2 * r + 2 * t2025-08-141-0/+6
| | | | Closes #337
* bar: per-monitor workspaces option (#394)anders1302025-08-131-0/+1
| | | | | | | | | | | | | | | | | | | 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>
* bar: allow hiding items and reordering (#379)Laurens Duin2025-08-131-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* config: add apps config2 * r + 2 * t2025-08-021-1/+0
| | | | Closes #318 and #305
* config: allow configuring external audio programSoramane2025-07-301-0/+1
| | | | Closes #302
* bar: add kb layout status icon2 * r + 2 * t2025-07-271-0/+1
| | | | Closes #280
* config: enable/disable status icons (#243)Kaj2025-07-261-0/+8
| | | | | | | | | | | | | | | | | | | | | * 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-0/+1
| | | | | | | | | | | * 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>
* internal: fix types for lsp2 * r + 2 * t2025-07-191-8/+10
|
* feat: non persistent bar option2 * r + 2 * t2025-07-101-0/+4
|
* feat: user config file2 * r + 2 * t2025-06-151-12/+4
| | | | Config file at `~/.config/caelestia/shell.json`
* Battery Default Width FixAmstel2025-06-111-1/+1
| | | | | | | | | | | | Battery Width Property Being set to: - property int batteryWidth: 200 is too cramped for the details to display properly. Battery Width Adjusted to 250 - property int batteryWidth: 250 now this will enable the contents to show properly while hovering in battery section.
* popouts: fixed width for battery popout2 * r + 2 * t2025-06-071-0/+1
|
* bar: fix active workspace indicator anims2 * r + 2 * t2025-06-071-1/+1
| | | | | Fix delayed anim when size change Fix trail with variable sized workspaces
* feat: tray item menus2 * r + 2 * t2025-06-061-0/+1
|
* bar: add preview to activewindow popout2 * r + 2 * t2025-06-021-0/+1
|
* bar: better colours2 * r + 2 * t2025-05-241-5/+0
|
* bar: switch to embedded style2 * r + 2 * t2025-05-231-48/+4
|
* feat: bar shadow2 * r + 2 * t2025-05-051-1/+3
|
* feat: shadow2 * r + 2 * t2025-05-051-1/+1
| | | | | Border exclusivity Fix slider handle text colour
* feat: border + colour changes2 * r + 2 * t2025-05-051-2/+1
|
* bar: optional active ws indicator2 * r + 2 * t2025-05-011-0/+1
|
* feat: vertical bar actually works!!!2 * r + 2 * t2025-05-011-3/+3
|
* feat: bar panel preset2 * r + 2 * t2025-05-011-20/+41
| | | | | | Make presets more flexible Fix workspaces when show windows disabled Make rounded option for workspaces
* bar: elide active window title2 * r + 2 * t2025-04-301-0/+2
|
* feat: bar workspaces show windows2 * r + 2 * t2025-04-301-1/+4
| | | | | | Better hyprland clients (update existing instead of resetting every time) Option for ws trail Custom label for occupied ws as well
* bar: custom workspace labels2 * r + 2 * t2025-04-301-0/+2
|
* bar: move tray + recolour option2 * r + 2 * t2025-04-291-0/+5
| | | | Option to recolour tray icons
* bar: use swipeview2 * r + 2 * t2025-04-291-1/+18
|
* feat: bar workspace groups2 * r + 2 * t2025-04-291-1/+1
|
* refactor: workspaces use inner bar height2 * r + 2 * t2025-04-291-0/+1
| | | | Also simplify boxpadding
* refactor: use anchors instead of layouts2 * r + 2 * t2025-04-291-4/+13
|
* bar: workspaces different styles for occupied2 * r + 2 * t2025-04-281-0/+1
|