| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
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 #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>
|
| | |
|
| |
|
|
|
| |
Prevent shadowing
Fixes window info not changing on switching to an empty workspace
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* feat: basic audio switcher
* feat: replace VerticalSlider with StyledSlider
* fix: styling
* fix: formatting
* chore: make sound icons consistent, change slider styling
* feat: styled slider component variants
* chore: cleanup
* chore: cleanup
* fix: pr fixes
* fix: remove redundant code
* chore: remove old code
* fix: controls styling
* fixes
* more tweaks
* radiobtn: add interaction stuff
Anim slider
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
|
| |
|
|
| |
Split into subdirs and rename to components
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* feat: add bluetooth connected icon state
* fix: improve connected check
* chore: cleanup
* format
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
|
| |
|
|
| |
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>
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Mostly spacing fixes
Also qsTr windowinfo class and title when none
|
| | |
|
| | |
|
| |
|
|
| |
Also qstr dashboard performance pane labels
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
The bar can only be vertical
Remove box, boxlayout and anchortext
Add StyledClippingRect
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
No need for animate prop, it's used too little so just manually set it if needed to save memory
|
| | |
|
| |
|
|
| |
Material style placeholder is kinda annoying
|
| | |
|
| |
|
|
| |
Also fix bluetooth
|
| |
|
|
|
|
| |
Make presets more flexible
Fix workspaces when show windows disabled
Make rounded option for workspaces
|
| | |
|
| |
|
|
| |
Also add animation for bar bluetooth devices
|
| | |
|
| |
|