2 * r + 2 * t
fd3b98db60
readme: fix confusing config statement
...
Also show actual default weather location
2025-08-25 17:40:08 +10:00
2 * r + 2 * t
842249e05a
config: add gpu type config
2025-08-25 17:37:04 +10:00
2 * r + 2 * t
0d9ab6ae49
config: player aliases + config default player
...
Closes #441
2025-08-23 21:34:31 +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
85cf0c8aed
launcher: add special search
...
Closes #464
2025-08-23 17:48:15 +10:00
2 * r + 2 * t
d8f7bac960
bar/workspaces: refactor
2025-08-16 00:10:48 +10:00
2 * r + 2 * t
a02d774b0a
config: add config for bar tray recolour & bg
...
Closes #337
2025-08-14 17:18:24 +10:00
2 * r + 2 * t
7c0f5533e1
internal: use icon os logo instead of nerd font
...
Add caelestia logo to use as fallback os logo
Add recolour lock fetch logo option
2025-08-13 23:03:23 +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
3710df29f5
bar: allow hiding items and reordering ( #379 )
...
* 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>
2025-08-13 14:31:48 +10:00
2 * r + 2 * t
11fede05a7
config: change default fonts
...
Use caskaydia cove and rubik
2025-08-12 17:36:48 +10:00
2 * r + 2 * t
88a3f09de5
config: make appearance configurable
2025-08-09 00:13:48 +10:00
Noah Zepner
5bcface15a
dashboard: showOnHover config option ( #361 )
...
* 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>
2025-08-07 12:32:37 +10:00
2 * r + 2 * t
26171548bf
config: add audio increment option
2025-08-05 18:20:00 +10:00
2 * r + 2 * t
fe57554fc2
readme: add faq
2025-08-04 18:08:12 +10:00
2 * r + 2 * t
e98eede05d
readme: fix formatting
2025-08-04 17:34:46 +10:00
2 * r + 2 * t
6fe2903d75
config: add apps config
...
Closes #318 and #305
2025-08-02 17:09:55 +10:00
Laurens Duin
7edcae651e
config: respect user locale for twelve hour clock & temperature ( #290 )
...
* 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>
2025-07-31 20:41:56 +10:00
Soramane
c1be0f0ccb
config: allow configuring external audio program
...
Closes #302
2025-07-30 13:33:11 +10:00
Joel R.
2539f7b68c
session: add optional vim-like keybinds ( #291 )
...
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-07-29 12:48:51 +10:00
Joel R.
7dc5b65d22
session: add custom session/lock menu button commands ( #292 )
...
* session: add custom menu-buttons commands
* lock: use custom session-menu buttons
* readme: update config options for custom commands
2025-07-29 12:45:33 +10:00
2 * r + 2 * t
46648de931
readme: add new config options
2025-07-28 13:11:04 +10:00
Joel R.
4feeaaabc6
launcher: add optional vim-like keybinds ( #282 )
2025-07-28 13:08:54 +10:00
2 * r + 2 * t
ceaf33cebd
readme: add tip for beat detector manual install
2025-07-21 14:22:16 +10:00
2 * r + 2 * t
4cd554d191
config: allow disabling background
...
Closes #208
2025-07-20 16:43:47 +10:00
2 * r + 2 * t
0097c56e09
config: add config for using fzf/fuzzy search
2025-07-19 14:49:47 +10:00
Soramane
4320904a39
readme: update config example
2025-07-18 09:43:01 +10:00
2 * r + 2 * t
147564a002
readme: update for new options
2025-07-10 13:39:26 +10:00
William (Liam) Snow IV
b053130570
feat: fahrenheit option for weather ( #189 )
...
* 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>
2025-07-03 14:08:25 +10:00
2 * r + 2 * t
0d7804f677
weather: use xmlhttprequest
...
Remove curl dependency
Also add buffer period so it doesnt spam api requests
2025-06-29 21:00:24 +10:00
2 * r + 2 * t
4aa4e8eaf9
readme: fix prev commit
...
Oops forgot to commit changes
2025-06-28 19:33:34 +10:00
2 * r + 2 * t
5f03ba33bb
readme: update config section
2025-06-28 19:14:38 +10:00
2 * r + 2 * t
cf1180df7b
readme: add stuff
...
Fixes #171
Add installation, update usage
2025-06-28 00:30:50 +10:00
2 * r + 2 * t
692781b35b
readme: fix kofi badge
2025-06-27 23:52:27 +10:00
2 * r + 2 * t
3453d0354e
readme: overhaul finished!
2025-06-16 00:31:05 +10:00
2 * r + 2 * t
999616ccd6
readme: remove install section
2025-06-15 00:03:29 +10:00
2 * r + 2 * t
cc4dc4bd7d
readme: add more to overhaul warning
2025-06-11 15:25:38 +10:00
2 * r + 2 * t
0ed809b10d
readme: add overhaul warning
2025-06-11 15:23:11 +10:00
2 * r + 2 * t
c63f1b7e00
readme: add how to set wallpaper in usage
2025-06-09 13:34:44 +10:00
2 * r + 2 * t
0a9ab64850
readme: add how to set pfp and wallpaper to usage
2025-06-09 13:33:00 +10:00
2 * r + 2 * t
4d002df118
readme: add how to start in usage section
2025-06-09 00:33:16 +10:00
2 * r + 2 * t
11ae98cac4
readme: credit ax shell
2025-06-08 21:11:35 +10:00
2 * r + 2 * t
c214b3c5d6
feat: add ipc commands for stuff
2025-06-08 20:25:54 +10:00
2 * r + 2 * t
645bb8b696
readme: add usage section
2025-06-08 15:05:10 +10:00
2 * r + 2 * t
af757a27d8
readme: add ko-fi badge
2025-06-08 14:58:11 +10:00
2 * r + 2 * t
b0c6a25d4f
readme: add badges
2025-06-08 14:35:22 +10:00
2 * r + 2 * t
3d6b9c2d5d
readme: add deps and stonks
2025-06-08 12:58:58 +10:00
2 * r + 2 * t
11f0ff76ad
readme: credit end
2025-06-07 23:26:33 +10:00
2 * r + 2 * t
f4ff07a8b4
feat: create readme
2025-06-07 23:17:30 +10:00