Commit graph

70 commits

Author SHA1 Message Date
Belal
04d867b149
bar/statusicons: add lock keys indicator (#514)
* [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>
2025-09-03 19:56:50 +10:00
BardMoon
19c005b5e3
nix/hm: add extraEnvironment (#533)
* 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>
2025-09-02 19:51:38 +10:00
BardMoon
a17b76dea1
nix/hm: add systemd.target in home-manager (#532)
* nix: add systemd.target

* fix: format

* Update README.md

* Update hm-module.nix

cf2b1d8405/example-units/hyprpaper.service (L19)

* fix

* Update README.md
2025-09-01 18:06:02 +10:00
2 * r + 2 * t
a1ac25c665 readme/install: explain different aur packages 2025-08-30 18:04:46 +10:00
2 * r + 2 * t
75476af456 readme: rename arch installation section 2025-08-30 17:53:15 +10:00
M Matthew Hydock
468bab5e5b
launcher: allow show on hover (#498)
added `showOnHover` to launcher config, disabled by default to preserve
existing functionality. when enabled, drag-to-show is disabled.
2025-08-30 13:08:36 +10:00
Davi Ribeiro
cc80951855
nix/hm: add option to disable systemd service (#526)
* nix/hm: add option to disable systemd service

* readme: complement home manager configuring
2025-08-30 12:47:23 +10:00
anders130
4b18c95ed1
config: fix default playerAliases (#506) 2025-08-30 00:33:44 +10:00
2 * r + 2 * t
45bf808686 readme: add local changes example
Also remove releases installation section
2025-08-29 00:43:57 +10:00
2 * r + 2 * t
85784700a3 readme: fix installer example 2025-08-28 22:33:10 +10:00
2 * r + 2 * t
0939fc6290 readme: add home manager to configuring 2025-08-28 22:29:30 +10:00
2 * r + 2 * t
78ec1c5f30 readme: add nix & release installation 2025-08-28 22:21:43 +10:00
2 * r + 2 * t
0b03cfdb15 cmake: use relative paths 2025-08-28 19:17:06 +10:00
2 * r + 2 * t
ee43b0f7e8 config: disable visualiser by default 2025-08-27 23:09:10 +10:00
2 * r + 2 * t
6200f400f3 picker: use saveItem
Removes grim dependency
2025-08-27 16:24:12 +10:00
Bruno Inec
fc3b08f6cb
bar/clock: allow hiding icon (#484)
* bar(clock): allow hiding the calendar icon

* loader + showCalendarIcon -> showIcon

---------

Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-27 15:58:54 +10:00
2 * r + 2 * t
4b9643a802 osd: add mic volume
Disabled by default
2025-08-27 15:52:18 +10:00
Faiz Khan
cdfc260f39
config: allow enable/disable osd brightness (#481)
* 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>
2025-08-27 15:27:49 +10:00
2 * r + 2 * t
9030634bc1 readme: update for new cmake build 2025-08-27 14:44:42 +10:00
2 * r + 2 * t
783057ab0d background: add visualiser
Also dashboard.visualiserBars -> services.visualiserBars
2025-08-25 20:13:55 +10:00
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