summaryrefslogtreecommitdiff
path: root/modules/bar/components/StatusIcons.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tray: wireless, ethernet, bluetooth cleanupATMDA2025-11-131-1/+1
|
* tray: removed ethernet config options (network covers it)ATMDA2025-11-131-1/+1
|
* tray: consolidating ethernet into networkATMDA2025-11-131-3/+3
|
* statusicons: added ethernet when active and popoutATMDA2025-11-101-0/+12
|
* internal: fix bat charge state2 * r + 2 * t2025-10-081-1/+1
| | | | | Counts fully charged and pending charge as charging, same as prior to 90c051cf
* internal: fix battery charging logic for tray and lock (#751)Dylan Myers2025-10-061-1/+1
| | | | | | | | | | | | | * 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
* internal: fix null warnings2 * r + 2 * t2025-09-151-2/+2
|
* bar/statusicons: add mic indicator2 * r + 2 * t2025-09-081-0/+12
| | | | Closes #578
* bar/statusicons: add lock keys indicator (#514)Belal2025-09-031-9/+82
| | | | | | | | | | | | | * [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>
* internal: use Anim component2 * r + 2 * t2025-08-241-7/+6
|
* internal: rename Hyprland -> Hypr2 * r + 2 * t2025-08-241-1/+1
| | | | | Prevent shadowing Fixes window info not changing on switching to an empty workspace
* bar: add kblayout popout2 * r + 2 * t2025-08-191-4/+2
|
* internal: static bar width2 * r + 2 * t2025-08-151-1/+1
|
* bar: allow hiding items and reordering (#379)Laurens Duin2025-08-131-49/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/popouts: add audio device switcher (#319)Laurens Duin2025-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* internal: refactor widgets folder2 * r + 2 * t2025-08-041-1/+1
| | | | Split into subdirs and rename to components
* bar: add bluetooth connected icon state (#311)Laurens Duin2025-08-021-1/+7
| | | | | | | | | | | | | * 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 kb layout status icon2 * r + 2 * t2025-07-271-0/+17
| | | | Closes #280
* config: enable/disable status icons (#243)Kaj2025-07-261-78/+126
| | | | | | | | | | | | | | | | | | | | | * 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>
* bar: fix bluetooth when offSoramane2025-07-231-1/+1
|
* bluetooth: use qs bluetoothSoramane2025-07-161-15/+29
|
* internal: use new qs importsSoramane2025-07-161-4/+4
|
* icons: some fixes for previous axes change2 * r + 2 * t2025-06-261-3/+5
| | | | | Mostly spacing fixes Also qsTr windowinfo class and title when none
* bar: fill bluetooth device icons2 * r + 2 * t2025-06-231-0/+1
|
* feat: bluetooth popout2 * r + 2 * t2025-06-051-0/+2
|
* feat: network popout2 * r + 2 * t2025-06-051-0/+2
| | | | Also qstr dashboard performance pane labels
* bar: show power profile if no battery2 * r + 2 * t2025-06-051-17/+21
|
* feat: bar battery popout2 * r + 2 * t2025-06-041-0/+1
|
* bar: wifi off icon2 * r + 2 * t2025-06-021-1/+1
|
* bar: fix battery charging2 * r + 2 * t2025-05-271-4/+3
|
* internal: bar only vertical2 * r + 2 * t2025-05-271-25/+16
| | | | | | The bar can only be vertical Remove box, boxlayout and anchortext Add StyledClippingRect
* bar: fix battery charging icons2 * r + 2 * t2025-05-241-1/+3
|
* feat: bar battery2 * r + 2 * t2025-05-241-2/+32
|
* bar: better colours2 * r + 2 * t2025-05-241-1/+1
|
* internal: fix binding loops2 * r + 2 * t2025-05-241-1/+8
|
* refactor: manually animate rect if needed2 * r + 2 * t2025-05-101-1/+16
| | | | No need for animate prop, it's used too little so just manually set it if needed to save memory
* refactor: move colours to separate service2 * r + 2 * t2025-05-051-1/+1
|
* controls: use basic style2 * r + 2 * t2025-05-021-1/+0
| | | | Material style placeholder is kinda annoying
* feat: vertical bar actually works!!!2 * r + 2 * t2025-05-011-0/+2
|
* feat: get networks2 * r + 2 * t2025-05-011-1/+1
| | | | Also fix bluetooth
* feat: bar panel preset2 * r + 2 * t2025-05-011-1/+1
| | | | | | Make presets more flexible Fix workspaces when show windows disabled Make rounded option for workspaces
* bar: animate bluetooth devices2 * r + 2 * t2025-04-301-2/+5
|
* bluetooth: fix devices2 * r + 2 * t2025-04-291-0/+3
| | | | Also add animation for bar bluetooth devices
* feat: bar bluetooth devices2 * r + 2 * t2025-04-291-1/+37
|
* feat: bar network icon2 * r + 2 * t2025-04-291-0/+18