| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
* workspaces: icons config
* add README json example
|
| |
|
|
| |
Closes #659
|
| |
|
|
| |
Use the one in the utilities panel instead
|
| |
|
|
| |
Usage: array of { id, image | icon }
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
|
| |
Closes #578
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* [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(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
* 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>
|
| | |
|
| | |
|
| |
|
|
| |
Closes #337
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
|
| |
Closes #318 and #305
|
| |
|
|
| |
Closes #302
|
| |
|
|
| |
Closes #280
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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: 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>
|
| | |
|
| | |
|
| |
|
|
| |
Config file at `~/.config/caelestia/shell.json`
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
| |
Fix delayed anim when size change
Fix trail with variable sized workspaces
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Border exclusivity
Fix slider handle text colour
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Make presets more flexible
Fix workspaces when show windows disabled
Make rounded option for workspaces
|
| | |
|
| |
|
|
|
|
| |
Better hyprland clients (update existing instead of resetting every time)
Option for ws trail
Custom label for occupied ws as well
|
| | |
|
| |
|
|
| |
Option to recolour tray icons
|
| | |
|
| | |
|
| |
|
|
| |
Also simplify boxpadding
|
| | |
|
| | |
|
|
|
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
|