summaryrefslogtreecommitdiff
path: root/config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lock: better lock anim2 * r + 2 * t2025-08-101-0/+2
|
* lock: input field + separate pam2 * r + 2 * t2025-08-101-18/+1
|
* lock: add content + better unlock anim2 * r + 2 * t2025-08-101-2/+1
|
* config: make appearance configurable2 * r + 2 * t2025-08-093-78/+101
|
* paths: better to string2 * r + 2 * t2025-08-081-2/+2
|
* controlcenter: better navrail2 * r + 2 * t2025-08-071-1/+0
|
* dashboard: showOnHover config option (#361)Noah Zepner2025-08-071-0/+1
| | | | | | | | | | | * 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
|
* internal: rename dcontent -> controlcenter2 * r + 2 * t2025-08-052-2/+2
|
* config: add apps config2 * r + 2 * t2025-08-023-1/+12
| | | | Closes #318 and #305
* config: respect user locale for twelve hour clock & temperature (#290)Laurens Duin2025-07-311-1/+3
| | | | | | | | | | | | | | | | | | | | | * 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/+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
|\