2 * r + 2 * t
f662717c0a
popouts/network: better rescan loading
2025-08-23 23:11:08 +10:00
Davi Ribeiro
f747d82b93
bar: add idle inhibitor ( #459 )
...
* 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>
2025-08-23 20:21:35 +10:00
2 * r + 2 * t
660f09959d
bar: add kblayout popout
2025-08-19 17:30:33 +10:00
2 * r + 2 * t
00b5e88a32
bar/workspaces: better scroll
2025-08-16 16:07:13 +10:00
2 * r + 2 * t
0723153b30
bar/workspaces: add special ws overlay
2025-08-16 16:02:18 +10:00
2 * r + 2 * t
d8f7bac960
bar/workspaces: refactor
2025-08-16 00:10:48 +10:00
2 * r + 2 * t
2be46ff65a
internal: static bar width
2025-08-15 21:49:09 +10:00
2 * r + 2 * t
edef1d21fb
internal: better loading indicator
...
Abstract circular progress into own component
2025-08-14 23:22:47 +10:00
2 * r + 2 * t
a02d774b0a
config: add config for bar tray recolour & bg
...
Closes #337
2025-08-14 17:18:24 +10:00
2 * r + 2 * t
04ce9ccbb4
internal: better colourisation
2025-08-14 16:25:46 +10:00
2 * r + 2 * t
7c0f5533e1
internal: use icon os logo instead of nerd font
...
Add caelestia logo to use as fallback os logo
Add recolour lock fetch logo option
2025-08-13 23:03:23 +10:00
2 * r + 2 * t
ec9d0359d5
lock/fetch: hide user when bat and smol
2025-08-13 15:00:22 +10:00
anders130
775410393e
bar: per-monitor workspaces option ( #394 )
...
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>
2025-08-13 14:53:40 +10:00
Laurens Duin
3710df29f5
bar: allow hiding items and reordering ( #379 )
...
* 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>
2025-08-13 14:31:48 +10:00
2 * r + 2 * t
0771aad11e
lock: add fetch + refactor os info
2025-08-11 15:14:04 +10:00
2 * r + 2 * t
5d513eeb25
internal: more colour fixes
...
:woe:
2025-08-10 16:51:41 +10:00
2 * r + 2 * t
bf558cfe83
bar: better scroll actions
...
Also fix workspaces interaction area
2025-08-09 17:33:16 +10:00
2 * r + 2 * t
0b094f236e
bar: add min padding
...
For when smol border thickness
2025-08-09 13:41:08 +10:00
2 * r + 2 * t
b504587456
internal: fix more colours
2025-08-08 22:20:14 +10:00
2 * r + 2 * t
5b8edfc1e2
internal: transparency support coming soon™
...
Also fix media player selector text colour
Fix colour preview not resetting light/dark mode
2025-08-08 19:32:38 +10:00
2 * r + 2 * t
d9ffc13825
controlcenter: add floating mode
...
Closes #363
2025-08-07 15:38:17 +10:00
2 * r + 2 * t
26171548bf
config: add audio increment option
2025-08-05 18:20:00 +10:00
2 * r + 2 * t
fb650907a0
internal: rename dcontent -> controlcenter
2025-08-05 16:19:58 +10:00
2 * r + 2 * t
2628ee1c41
internal: position slider handle correctly
...
Also better labels for audio popout
2025-08-05 16:15:51 +10:00
2 * r + 2 * t
7eea88774b
popouts/audio: scroll volume slider
...
Also more spacing
2025-08-05 16:10:27 +10:00
Laurens Duin
9ada66a78e
bar/popouts: add audio device switcher ( #319 )
...
* 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>
2025-08-05 16:04:53 +10:00
2 * r + 2 * t
c5381c5194
internal: refactor widgets folder
...
Split into subdirs and rename to components
2025-08-04 22:45:15 +10:00
2 * r + 2 * t
350148528b
dashboard: fix tab desync
...
Fixes #324
2025-08-04 21:02:19 +10:00
2 * r + 2 * t
9a5a14e8cf
dcontent: impl rest of bt device settings
2025-08-03 23:34:24 +10:00
2 * r + 2 * t
6fe2903d75
config: add apps config
...
Closes #318 and #305
2025-08-02 17:09:55 +10:00
Laurens Duin
32126e761f
bar: add bluetooth connected icon state ( #311 )
...
* 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>
2025-08-02 16:04:42 +10:00
Laurens Duin
7edcae651e
config: respect user locale for twelve hour clock & temperature ( #290 )
...
* 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>
2025-07-31 20:41:56 +10:00
Soramane
c1be0f0ccb
config: allow configuring external audio program
...
Closes #302
2025-07-30 13:33:11 +10:00
2 * r + 2 * t
de82d391be
popouts: unload when hidden
2025-07-28 23:12:58 +10:00
2 * r + 2 * t
a3ca244c15
bar: add kb layout status icon
...
Closes #280
2025-07-27 22:59:45 +10:00
2 * r + 2 * t
be6b19ad21
dcontent: add bt pane
2025-07-26 19:41:56 +10:00
2 * r + 2 * t
d6f48946d5
popouts: fix scan icon rotation
2025-07-26 14:23:12 +10:00
2 * r + 2 * t
6065045bdf
popouts: some fixes for network
2025-07-26 14:20:46 +10:00
Kaj
81b8ff31d8
config: enable/disable status icons ( #243 )
...
* 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>
2025-07-26 14:16:52 +10:00
Nikhil Sharma
c3a47f24e8
feat: improve network popout ( #268 )
...
* 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>
2025-07-26 13:30:59 +10:00
2 * r + 2 * t
982a5a3e8d
dcontent: create bluetooth panel
2025-07-23 23:04:28 +10:00
2 * r + 2 * t
e104428b28
popouts: better tray menu focus handling
...
Don't hide on hover lost, use a focus grab instead
2025-07-23 17:21:05 +10:00
2 * r + 2 * t
b09b262f72
popouts: better bluetooth popout
2025-07-23 17:01:48 +10:00
2 * r + 2 * t
4709d65249
bar: ws indicator mask -> colouriser
2025-07-23 15:49:49 +10:00
Soramane
8b80213b2e
bar: fix bluetooth when off
2025-07-23 13:27:59 +10:00
2 * r + 2 * t
b6d1b1922d
popouts: better bt loading icon
2025-07-22 17:51:13 +10:00
2 * r + 2 * t
c34589a23d
internal: clean up tray item
2025-07-19 15:34:14 +10:00
Soramane
8784a015c2
bluetooth: use qs bluetooth
2025-07-16 23:49:45 +10:00
Soramane
4598e8a775
internal: use new qs imports
2025-07-16 18:02:28 +10:00
2 * r + 2 * t
1bd92b4740
bar: some internal fixes
2025-07-10 13:46:05 +10:00