2 * r + 2 * t
23db04e1b7
internal: remove singleton reloadableId
2025-09-02 13:24:01 +10:00
sweenu
1066e467be
brightness: add ipc handler for get/set ( #546 )
...
* services(brightness): add IpcHandler with brightnessctl like set function
* allow get/set for specific monitor
Also handle invalid formats
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-09-02 13:23:15 +10:00
2 * r + 2 * t
018a4a90b2
plugin/fsm: rename files -> entries
...
Also rename filter & add props
2025-08-31 23:31:33 +10:00
2 * r + 2 * t
7729546469
plugin: add FileSystemModel
2025-08-31 22:03:58 +10:00
2 * r + 2 * t
d66f4ca0f3
plugin/cutils: add getAverageLuminance
...
Fixes stutters in wallpaper list
Also fix crash when saveItem target doesn't have a window
2025-08-31 14:34:22 +10:00
2 * r + 2 * t
9659130fdb
wallpapers: use CAELESTIA_WALLPAPERS_DIR env
...
Env var overrides config option
2025-08-30 22:30:34 +10:00
anders130
d69a400f9f
brightness: detect monitors by connector instead of model ( #503 )
...
* fix(brightness): change monitor detection to be based on connector
using the model caused problems when using the same monitor twice
* format + use connector for isDdc
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-30 12:52:52 +10:00
2 * r + 2 * t
1191af68fb
lock: show keyboard layout
...
Closes #450
2025-08-28 15:27:20 +10:00
2 * r + 2 * t
f2b79757e2
lock: add caps/num lock indicator
...
Closes #485
2025-08-28 15:13:40 +10:00
Davi Ribeiro
51bcacded4
hypr: fix active window and window focus ( #483 )
...
* services/hypr: fix active window and window focus
* format
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-27 23:15:02 +10:00
2 * r + 2 * t
4b9643a802
osd: add mic volume
...
Disabled by default
2025-08-27 15:52:18 +10:00
2 * r + 2 * t
9960cfa059
idleinhibitor: persist state across reloads
...
Also set who and why
2025-08-27 14:49:37 +10:00
2 * r + 2 * t
f1dc78d154
paths: use unified env var for lib dir
...
CAELESTIA_BD_PATH -> CAELESTIA_LIB_DIR/beat_detector
2025-08-27 14:43:14 +10:00
2 * r + 2 * t
4f819c8557
internal: use systemd-inhibit
...
No need for custom inhibit script (it didn't even work anyways 💀 )
2025-08-26 23:13:33 +10:00
2 * r + 2 * t
783057ab0d
background: add visualiser
...
Also dashboard.visualiserBars -> services.visualiserBars
2025-08-25 20:13:55 +10:00
2 * r + 2 * t
842249e05a
config: add gpu type config
2025-08-25 17:37:04 +10:00
2 * r + 2 * t
54921ee354
beatdetector: increase default bpm
2025-08-24 20:43:04 +10:00
2 * r + 2 * t
748bfa9358
weather: use city instead of lat/long
...
Also lazy load
2025-08-24 20:42:43 +10:00
2 * r + 2 * t
61884c07a7
Revert "hyprland: fix active client on empty ws"
...
This reverts commit a8151fc89d .
2025-08-24 20:35:21 +10:00
2 * r + 2 * t
a41b954216
hypr: proper kb layout code
2025-08-24 14:54:41 +10:00
2 * r + 2 * t
d1e5f48446
internal: rename Hyprland -> Hypr
...
Prevent shadowing
Fixes window info not changing on switching to an empty workspace
2025-08-24 14:14:30 +10:00
2 * r + 2 * t
0d9ab6ae49
config: player aliases + config default player
...
Closes #441
2025-08-23 21:34:31 +10:00
Mix
d75ac8ef35
services: fix proc lang ( #454 )
...
* Fix Wifi Emoji
ASCII not show wifi emojis and gets errors on connect in some systens, C.UTF-8 are correct in modern systens
* removed platform check
* more fixes
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-23 20:56:37 +10:00
2 * r + 2 * t
a8151fc89d
hyprland: fix active client on empty ws
...
Closes #465
2025-08-23 20:51:00 +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
56ea40a9a0
dashboard: better visualiser
2025-08-23 15:15:47 +10:00
2 * r + 2 * t
660f09959d
bar: add kblayout popout
2025-08-19 17:30:33 +10:00
2 * r + 2 * t
a10054db21
config: add config for disabling smart scheme
...
Closes #408
2025-08-13 16:25:26 +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
38506e6029
wallpapers: allow symlinked wallpaper directory ( #399 )
2025-08-12 11:47:05 +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
87b491d8e7
lock: add weather
...
Also refactor weather service
2025-08-10 23:15:32 +10:00
2 * r + 2 * t
3a8b9c61be
notifs: fix actions colour when transp
...
Also more colour adjustments
2025-08-09 18:10:11 +10:00
2 * r + 2 * t
88a3f09de5
config: make appearance configurable
2025-08-09 00:13:48 +10:00
2 * r + 2 * t
ce7e84aefc
internal: better transparency
2025-08-08 21:32:11 +10:00
2 * r + 2 * t
729bc6f6f1
internal: colour fixes
2025-08-08 21:12:46 +10:00
2 * r + 2 * t
aa40234888
internal: disable transparency
...
Oops
2025-08-08 19:33:10 +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
26171548bf
config: add audio increment option
2025-08-05 18:20:00 +10:00
2 * r + 2 * t
a7990173b4
audio: clamp volume
...
Closes #350
2025-08-05 18:03:40 +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
1f4ec53f8f
internal: format network
...
Also use exec, onExited and StdioCollector
2025-08-04 23:15:55 +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
f0ba90d784
systemusage: reorder gpu detection
...
Try novideo first
Fixes #329
2025-08-04 21:23:19 +10:00
2 * r + 2 * t
067b71bcbd
bar: fix kb layout
...
Closes #295
2025-07-29 12:43:31 +10:00
2 * r + 2 * t
9c99a537d0
bar: fix kb layout
2025-07-28 12:54:28 +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
c1f49c1fed
brightness: fix
2025-07-27 11:21:59 +10:00
2 * r + 2 * t
a580e01c3f
brightness: fix for non ddc displays
2025-07-26 23:23:55 +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