summaryrefslogtreecommitdiff
path: root/config (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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/+2
| | | 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-0/+8
| | | | | | | * session: add custom menu-buttons commands * lock: use custom session-menu buttons * readme: update config options for custom commands
* launcher: add optional vim-like keybinds (#282)Joel R.2025-07-281-0/+1
|
* bar: add kb layout status icon2 * r + 2 * t2025-07-271-0/+1
| | | | Closes #280
* dashboard: show on hover (for touch devices)Soramane2025-07-261-0/+1
|
* config: allow enable/disable panels2 * r + 2 * t2025-07-264-0/+4
| | | | Closes #240
* config: enable/disable status icons (#243)Kaj2025-07-261-0/+8
| | | | | | | | | | | | | | | | | | | | | * 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>
* feat: improve network popout (#268)Nikhil Sharma2025-07-261-0/+1
| | | | | | | | | | | * 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>
* dcontent: create bluetooth panel2 * r + 2 * t2025-07-232-0/+13
|
* internal: fix damn lsp overshadowing2 * r + 2 * t2025-07-231-2/+2
|
* lock: better buttons2 * r + 2 * t2025-07-221-1/+1
|
* feat: add a simple desktop clock (#238)Kaj2025-07-221-0/+5
| | | | | | | | | | | | | | | | | | | * Adds a simple desktop clock * Adds ability to change color * Sets the desktop clock to be disabled by default * Improves desktop clock code based on feedback * Disable the clock by default * Fixes config of background clock * Removes the timer for the desktop clock --------- Co-authored-by: Kaj Giesbers <kajgiesbers@gmail.com>
* config: allow disabling background2 * r + 2 * t2025-07-202-0/+7
| | | | Closes #208
* internal: fix types for lsp2 * r + 2 * t2025-07-199-27/+38
|
* config: add config for using fzf/fuzzy search2 * r + 2 * t2025-07-191-0/+8
|
* internal: create service configSoramane2025-07-163-2/+8
|
* internal: use new qs importsSoramane2025-07-162-2/+2
|
* feat: non persistent bar option2 * r + 2 * t2025-07-101-0/+4
|
* feat: drag launcher to open/close2 * r + 2 * t2025-07-101-0/+1
| | | | Also fix dragging for session
* paths: decode urls2 * r + 2 * t2025-07-071-1/+1
| | | | Fixes spaces in paths breaking things
* feat: fahrenheit option for weather (#189)William (Liam) Snow IV2025-07-031-0/+1
| | | | | | | | | | | | * 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>
* config: fix overwrite on startup2 * r + 2 * t2025-06-281-3/+0
|
* notifs: expire by default + increase expire timeout2 * r + 2 * t2025-06-261-2/+2
|
* config: make gifs configurable2 * r + 2 * t2025-06-251-0/+2
|
* lock: add notifs and status2 * r + 2 * t2025-06-251-0/+2
|
* lock: add session buttons2 * r + 2 * t2025-06-251-0/+2
|
* lock: completely hide media if screen too small2 * r + 2 * t2025-06-251-0/+1
|
* lock: increase large screen size2 * r + 2 * t2025-06-251-0/+1
| | | | Also move to config
* lock: shrink media if small screen2 * r + 2 * t2025-06-251-0/+3
|
* lock: add media2 * r + 2 * t2025-06-231-0/+4
|
* lock: add weather2 * r + 2 * t2025-06-221-0/+2
|
* lock: static border2 * r + 2 * t2025-06-221-1/+1
| | | | Not percentage + equal on all sides
* feat: lock screen2 * r + 2 * t2025-06-222-0/+14
|
* feat: window info panel2 * r + 2 * t2025-06-212-0/+10
| | | | Also disable reload popup
* internal: make wallpaper dir configurable2 * r + 2 * t2025-06-192-0/+8
|
* feat: configurable weather location2 * r + 2 * t2025-06-161-0/+1
| | | | Impls #76
* launcher: completely hide disabled actions2 * r + 2 * t2025-06-161-1/+1
|
* Merge branch 'main' into betteractionsTim Hämisch2025-06-158-79/+83
|\
| * internal: remove unnecessary import2 * r + 2 * t2025-06-151-1/+0
| |
| * config: actually reload when file changes2 * r + 2 * t2025-06-151-0/+1
| |
| * feat: user config file2 * r + 2 * t2025-06-158-78/+82
| | | | | | | | Config file at `~/.config/caelestia/shell.json`
* | launcher: add opt-in for dangerous actionsTim Hämisch2025-06-131-0/+1
|/
* Battery Default Width FixAmstel2025-06-111-1/+1
| | | | | | | | | | | | Battery Width Property Being set to: - property int batteryWidth: 200 is too cramped for the details to display properly. Battery Width Adjusted to 250 - property int batteryWidth: 250 now this will enable the contents to show properly while hovering in battery section.
* popouts: fixed width for battery popout2 * r + 2 * t2025-06-071-0/+1
|
* bar: fix active workspace indicator anims2 * r + 2 * t2025-06-071-1/+1
| | | | | Fix delayed anim when size change Fix trail with variable sized workspaces
* feat: tray item menus2 * r + 2 * t2025-06-061-0/+1
|
* bar: add preview to activewindow popout2 * r + 2 * t2025-06-021-0/+1
|
* feat: dashboard performance panel2 * r + 2 * t2025-05-281-0/+1
|
* drawers: change anim durations2 * r + 2 * t2025-05-281-0/+3
|