summaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* launcher: add config option for hiding applications (#568)anders1302025-09-101-1/+2
| | | | | | | | | | | | | * feat(launcher): add config option for excluding applications from launcher * fix(launcher): rename excludedApps to hiddenApps * chore: add example to readme * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar/tray: add icon subs2 * r + 2 * t2025-09-091-0/+1
| | | | Usage: array of { id, image | icon }
* launcher: allow configuring actions (#558)Belal2025-09-091-0/+106
| | | | | | | | | | | * refactor: make launcher actions configurable * use variants + internal -> setMode + format * reorder readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar: configurable scroll actions (#559)Belal2025-09-081-0/+5
| | | | | | | | | | | * bar: add option to disable scroll actions for volume and brightness * options for workspaces, brightness and volume * add options to readme + format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar/statusicons: add mic indicator2 * r + 2 * t2025-09-081-0/+1
| | | | Closes #578
* nix/hm: move environment to systemd.environment + refactor (#551)Davi Ribeiro2025-09-031-36/+38
| | | | | | | | | | | | | | | | | | | * nix/hm: environment moved to systemd.environment * nix/hm: change systemd default target Follow the home-manager convention for wayland systemd services * nix/hm: refactor * readme: refactor configuring section * readme: fix format * format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar/statusicons: add lock keys indicator (#514)Belal2025-09-031-1/+2
| | | | | | | | | | | | | * [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>
* nix/hm: add extraEnvironment (#533)BardMoon2025-09-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * nix: add extraEnvironment in home-manager This PR enables users to easily add environment variables to make systemd services work properly in all use cases. #390 * Update README.md * Update README.md * fix * Update hm-module.nix * Update hm-module.nix * extraEnvironment to environment * Update README.md * [CI] chore: update flake * fix --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* nix/hm: add systemd.target in home-manager (#532)BardMoon2025-09-011-1/+4
| | | | | | | | | | | | | | | * nix: add systemd.target * fix: format * Update README.md * Update hm-module.nix https://github.com/Vladimir-csp/uwsm/blob/cf2b1d84059f1954d4ec864f2b46a86515acc3c1/example-units/hyprpaper.service#L19 * fix * Update README.md
* readme/install: explain different aur packages2 * r + 2 * t2025-08-301-1/+5
|
* readme: rename arch installation section2 * r + 2 * t2025-08-301-1/+1
|
* launcher: allow show on hover (#498)M Matthew Hydock2025-08-301-1/+2
| | | | added `showOnHover` to launcher config, disabled by default to preserve existing functionality. when enabled, drag-to-show is disabled.
* nix/hm: add option to disable systemd service (#526)Davi Ribeiro2025-08-301-1/+12
| | | | | * nix/hm: add option to disable systemd service * readme: complement home manager configuring
* config: fix default playerAliases (#506)anders1302025-08-301-3/+1
|
* readme: add local changes example2 * r + 2 * t2025-08-291-24/+10
| | | | Also remove releases installation section
* readme: fix installer example2 * r + 2 * t2025-08-281-1/+1
|
* readme: add home manager to configuring2 * r + 2 * t2025-08-281-0/+18
|
* readme: add nix & release installation2 * r + 2 * t2025-08-281-0/+55
|
* cmake: use relative paths2 * r + 2 * t2025-08-281-1/+1
|
* config: disable visualiser by default2 * r + 2 * t2025-08-271-1/+1
|
* picker: use saveItem2 * r + 2 * t2025-08-271-1/+0
| | | | Removes grim dependency
* 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
|