| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
buttons (fixed issues with resizing)
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
new file: modules/bar/components/Settings.qml
new file: modules/bar/components/SettingsIcon.qml
new file: modules/controlcenter/audio/AudioPane.qml
new file: modules/controlcenter/network/Details.qml
new file: modules/controlcenter/network/NetworkList.qml
new file: modules/controlcenter/network/NetworkPane.qml
new file: modules/controlcenter/network/Settings.qml
|
| |
|
|
|
| |
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
|
| | |
|
| | |
|
| |
|
|
| |
Use the one in the utilities panel instead
|
| |
|
|
| |
Usage: array of { id, image | icon }
|
| | |
|
| |
|
|
| |
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>
|
| | |
|
| |
|
|
| |
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>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
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>
|
| | |
|
| |
|
|
| |
Also fix workspaces interaction area
|
| | |
|
| |
|
|
|
| |
Also fix media player selector text colour
Fix colour preview not resetting light/dark mode
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
| |
Fixes #324
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* bar: add 12h clock option
* feat: allow custom format config
* feat: 12h clock based on locale with config
* chore: cleanup
* fix: PR comments, add automatic fahrenheit
* fix: formatting
* dashboard: fix up date time
* lock: better 12h clock
---------
Co-authored-by: Soramane <61896496+soramanew@users.noreply.github.com>
|
| |
|
|
| |
Closes #280
|