summaryrefslogtreecommitdiff
path: root/modules/bar/Bar.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bar: remove idle inhibitor2 * r + 2 * t2025-09-121-6/+0
| | | | Use the one in the utilities panel instead
* bar: configurable scroll actions (#559)Belal2025-09-081-3/+3
| | | | | | | | | | | * 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>
* internal: rename Hyprland -> Hypr2 * r + 2 * t2025-08-241-4/+4
| | | | | Prevent shadowing Fixes window info not changing on switching to an empty workspace
* bar: add idle inhibitor (#459)Davi Ribeiro2025-08-231-0/+6
| | | | | | | | | | | | | | | | | * 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: better scroll2 * r + 2 * t2025-08-161-4/+5
|
* bar/workspaces: refactor2 * r + 2 * t2025-08-161-1/+0
|
* internal: static bar width2 * r + 2 * t2025-08-151-3/+1
|
* bar: per-monitor workspaces option (#394)anders1302025-08-131-1/+3
| | | | | | | | | | | | | | | | | | | 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-132/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* bar: better scroll actions2 * r + 2 * t2025-08-091-2/+2
| | | | Also fix workspaces interaction area
* bar: add min padding2 * r + 2 * t2025-08-091-1/+1
| | | | For when smol border thickness
* internal: transparency support coming soon™2 * r + 2 * t2025-08-081-2/+2
| | | | | Also fix media player selector text colour Fix colour preview not resetting light/dark mode
* internal: refactor widgets folder2 * r + 2 * t2025-08-041-1/+2
| | | | Split into subdirs and rename to components
* config: enable/disable status icons (#243)Kaj2025-07-261-19/+17
| | | | | | | | | | | | | | | | | | | | | * 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>
* internal: use new qs importsSoramane2025-07-161-3/+3
|
* feat: non persistent bar option2 * r + 2 * t2025-07-101-1/+1
|
* internal: fix scrolling for high res devices2 * r + 2 * t2025-07-091-2/+2
| | | | Implements first part of #202
* internal: pass around visibilities2 * r + 2 * t2025-07-091-0/+3
| | | | | Instead of singleton Also for panels
* internal: use hyprlandtoplevel2 * r + 2 * t2025-06-271-1/+1
|
* feat: user config file2 * r + 2 * t2025-06-151-3/+3
| | | | Config file at `~/.config/caelestia/shell.json`
* popouts: fix multimonitoroutfoxxed2025-06-061-16/+18
|
* bar: fix workspaces interactions2 * r + 2 * t2025-06-071-1/+15
| | | | Fix clicking on workspaces not switching to them
* internal: move bar to drawer window2 * r + 2 * t2025-06-071-15/+143
| | | | Fixes a few bugs, also removes need for hyprland order layerrule
* internal: fix exclusion zones for quickshell update2 * r + 2 * t2025-05-231-0/+1
|
* bar: switch to embedded style2 * r + 2 * t2025-05-231-109/+4
|
* dashboard: resources2 * r + 2 * t2025-05-191-2/+0
|
* dev: fix deprecated window width & height2 * r + 2 * t2025-05-141-2/+2
|
* bar: temp import players so ipc works2 * r + 2 * t2025-05-121-0/+2
|
* feat: bar shadow2 * r + 2 * t2025-05-051-9/+20
|
* bar: add scroll actions to fillers2 * r + 2 * t2025-05-041-2/+6
| | | | Also change the brightness osd icon depending on value
* feat: launcher base2 * r + 2 * t2025-05-021-9/+7
|
* bar: fix vertical switching2 * r + 2 * t2025-05-011-16/+32
| | | | | IT WORKS AFHJIASHFGUOADGHOASF Need to reload the preset when changing between but eh
* feat: vertical bar actually works!!!2 * r + 2 * t2025-05-011-1/+2
|
* bar: use loaders2 * r + 2 * t2025-05-011-4/+2
| | | | | | | | | 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)
* feat: bar panel preset2 * r + 2 * t2025-05-011-2/+8
| | | | | | Make presets more flexible Fix workspaces when show windows disabled Make rounded option for workspaces
* bar: use loader instead of swipeview2 * r + 2 * t2025-04-301-7/+56
| | | | | Also properly set it up Make network reloadable cause getting is pretty slow
* feat: bar system tray2 * r + 2 * t2025-04-291-3/+2
|
* style: remove unneeded comments2 * r + 2 * t2025-04-291-33/+1
|
* bar: use swipeview2 * r + 2 * t2025-04-291-7/+10
|
* refactor: use anchors instead of layouts2 * r + 2 * t2025-04-291-26/+49
|
* refactor: move bar components into folder2 * r + 2 * t2025-04-291-1/+2
|
* refactor: bar workspaces move workspace into file2 * r + 2 * t2025-04-281-3/+3
|
* bar: workspaces different styles for occupied2 * r + 2 * t2025-04-281-0/+1
|
* feat: bar workspaces2 * r + 2 * t2025-04-281-5/+5
|
* format: conform to qml coding conventions2 * r + 2 * t2025-04-281-7/+4
|
* feat: anims + box padding2 * r + 2 * t2025-04-281-15/+26
| | | | | | | | box provide padding and animate size and colour provide box and boxlayout for with/without layout provide clippingbox provide label for anim + rendertype configure QtQuick controls
* feat: basic quickshell bar2 * r + 2 * t2025-04-261-0/+48