summaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* bar/clock: allow hiding icon (#484)Bruno Inec2025-08-271-0/+3
| | | | | | | | | * bar(clock): allow hiding the calendar icon * loader + showCalendarIcon -> showIcon --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* osd: add mic volume2 * r + 2 * t2025-08-271-0/+1
| | | | Disabled by default
* config: allow enable/disable osd brightness (#481)Faiz Khan2025-08-271-0/+2
| | | | | | | | | | | | | * Added option to disable brightness slider * Removed unwanted imports * Renamed WrappedLoader.name to brightnessSlider * fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* readme: update for new cmake build2 * r + 2 * t2025-08-271-51/+65
|
* background: add visualiser2 * r + 2 * t2025-08-251-4/+10
| | | | Also dashboard.visualiserBars -> services.visualiserBars
* readme: fix confusing config statement2 * r + 2 * t2025-08-251-2/+3
| | | | Also show actual default weather location
* config: add gpu type config2 * r + 2 * t2025-08-251-0/+1
|
* config: player aliases + config default player2 * r + 2 * t2025-08-231-0/+4
| | | | Closes #441
* bar: add idle inhibitor (#459)Davi Ribeiro2025-08-231-0/+4
| | | | | | | | | | | | | | | | | * 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>
* launcher: add special search2 * r + 2 * t2025-08-231-0/+1
| | | | Closes #464
* bar/workspaces: refactor2 * r + 2 * t2025-08-161-3/+2
|
* config: add config for bar tray recolour & bg2 * r + 2 * t2025-08-141-0/+4
| | | | Closes #337
* internal: use icon os logo instead of nerd font2 * r + 2 * t2025-08-131-1/+4
| | | | | Add caelestia logo to use as fallback os logo Add recolour lock fetch logo option
* config: add config for disabling smart scheme2 * r + 2 * t2025-08-131-1/+2
| | | | Closes #408
* bar: per-monitor workspaces option (#394)anders1302025-08-131-0/+1
| | | | | | | | | | | | | | | | | | | 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>
* bar: allow hiding items and reordering (#379)Laurens Duin2025-08-131-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* config: change default fonts2 * r + 2 * t2025-08-121-3/+3
| | | | Use caskaydia cove and rubik
* config: make appearance configurable2 * r + 2 * t2025-08-091-0/+36
|
* dashboard: showOnHover config option (#361)Noah Zepner2025-08-071-0/+3
| | | | | | | | | | | * dashboard: showOnHover config option * dashboard: close on lose focus when !showOnHover Also update readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* config: add audio increment option2 * r + 2 * t2025-08-051-0/+1
|
* readme: add faq2 * r + 2 * t2025-08-041-0/+42
|
* readme: fix formatting2 * r + 2 * t2025-08-041-3/+3
|
* config: add apps config2 * r + 2 * t2025-08-021-1/+6
| | | | Closes #318 and #305
* config: respect user locale for twelve hour clock & temperature (#290)Laurens Duin2025-07-311-1/+2
| | | | | | | | | | | | | | | | | | | | | * 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>
* config: allow configuring external audio programSoramane2025-07-301-0/+1
| | | | Closes #302
* session: add optional vim-like keybinds (#291)Joel R.2025-07-291-0/+1
| | | Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* session: add custom session/lock menu button commands (#292)Joel R.2025-07-291-1/+7
| | | | | | | * session: add custom menu-buttons commands * lock: use custom session-menu buttons * readme: update config options for custom commands
* readme: add new config options2 * r + 2 * t2025-07-281-0/+7
|
* launcher: add optional vim-like keybinds (#282)Joel R.2025-07-281-0/+1
|
* readme: add tip for beat detector manual install2 * r + 2 * t2025-07-211-0/+5
|
* config: allow disabling background2 * r + 2 * t2025-07-201-0/+3
| | | | Closes #208
* config: add config for using fzf/fuzzy search2 * r + 2 * t2025-07-191-1/+8
|
* readme: update config exampleSoramane2025-07-181-3/+5
|
* readme: update for new options2 * r + 2 * t2025-07-101-0/+4
|
* feat: fahrenheit option for weather (#189)William (Liam) Snow IV2025-07-031-1/+2
| | | | | | | | | | | | * Added Fahrenheit to Weather Service * some fixes Allow for hot reloading config opt Add opt to example config --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* weather: use xmlhttprequest2 * r + 2 * t2025-06-291-1/+0
| | | | | | Remove curl dependency Also add buffer period so it doesnt spam api requests
* readme: fix prev commit2 * r + 2 * t2025-06-281-2/+2
| | | | Oops forgot to commit changes
* readme: update config section2 * r + 2 * t2025-06-281-2/+59
|
* readme: add stuff2 * r + 2 * t2025-06-281-48/+95
| | | | | | Fixes #171 Add installation, update usage
* readme: fix kofi badge2 * r + 2 * t2025-06-271-1/+1
|
* readme: overhaul finished!2 * r + 2 * t2025-06-161-4/+6
|
* readme: remove install section2 * r + 2 * t2025-06-151-8/+1
|
* readme: add more to overhaul warning2 * r + 2 * t2025-06-111-0/+3
|
* readme: add overhaul warning2 * r + 2 * t2025-06-111-0/+9
|
* readme: add how to set wallpaper in usage2 * r + 2 * t2025-06-091-0/+3
|
* readme: add how to set pfp and wallpaper to usage2 * r + 2 * t2025-06-091-0/+8
|
* readme: add how to start in usage section2 * r + 2 * t2025-06-091-0/+17
|
* readme: credit ax shell2 * r + 2 * t2025-06-081-0/+3
|
* feat: add ipc commands for stuff2 * r + 2 * t2025-06-081-3/+26
|
* readme: add usage section2 * r + 2 * t2025-06-081-7/+19
|