| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
* feat(activeWindow): Add rotation option to rotate counter-clockwise
* feat(activeWindow): Change rotation to inverted boolean option
* feat(activeWindow): Do not expose inverted property
|
| |
|
|
| |
Closes #826
|
| |
|
|
|
| |
Counts fully charged and pending charge as charging, same as prior to
90c051cf
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Update StatusIcons.qml --- Fix battery chargiing logic
idk what the difference is in the return value of UPower.onBattery and UPower.displayDevice.state, but the former always returns false after unplugging my laptop. Changing this to the more specific displayDevice.state === 2 fixes this
* Fetch.qml --- Fix battery charging boolean logic
* Use enum value for UPowerDeviceState instead of index
* Use enum value for UPowerDeviceState instead of index
* Update Fetch.qml --- invert battery conditional logic
|
| | |
|
| |
|
|
| |
Closes #659
|
| |
|
|
| |
Also refresh options on dynamic option application
|
| |
|
|
|
|
|
|
|
| |
* move machine
* works
* prevent duplicate refreshes
* use instead of hyprctl proc
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* keyboard layout
* Update KbLayout.qml
Code cleanup
* Update KbLayout.qml
more code cleanup
* fix
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
|
| |
|
|
| |
Except detached popouts focus grab (its meant to be exclusive to the other grab)
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++
|
| |
|
|
|
|
| |
Not exclusive when on first layer of submenus
Closes #610
|
| |
|
|
| |
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
|
| |
|
|
| |
Fixes "Component is not ready" warnings
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* [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>
|
| | |
|
| | |
|
| |
|
|
| |
No inlining
|
| |
|
|
| |
Fixes #448
|
| |
|
|
|
| |
Prevent shadowing
Fixes window info not changing on switching to an empty workspace
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Abstract circular progress into own component
|
| |
|
|
| |
Closes #337
|
| | |
|
| |
|
|
|
| |
Add caelestia logo to use as fallback os logo
Add recolour lock fetch logo option
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| | |
|
| |
|
|
| |
:woe:
|
| |
|
|
| |
Also fix workspaces interaction area
|
| |
|
|
| |
For when smol border thickness
|
| | |
|
| |
|
|
|
| |
Also fix media player selector text colour
Fix colour preview not resetting light/dark mode
|