diff options
author | sefidel <contact@sefidel.net> | 2024-02-08 03:25:04 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-02-08 03:25:04 +0900 |
commit | 0abe996e4f745d21f52618600a4a9f12b1b98cd2 (patch) | |
tree | 32822e68dd7a3b4e86d4f07c7f2c6db5e38fa56d /home/configs | |
parent | a68d1ba1c27cbf678db06a7e956d8e9a64be686c (diff) | |
download | nixrc-0abe996e4f745d21f52618600a4a9f12b1b98cd2.tar.gz nixrc-0abe996e4f745d21f52618600a4a9f12b1b98cd2.zip |
feat(home/sefidel@alpha): set openrgb color directly via cli
Diffstat (limited to 'home/configs')
-rw-r--r-- | home/configs/alpha/sefidel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/configs/alpha/sefidel.nix b/home/configs/alpha/sefidel.nix index 9ce2266..1df8fad 100644 --- a/home/configs/alpha/sefidel.nix +++ b/home/configs/alpha/sefidel.nix @@ -21,7 +21,7 @@ sops.gnupg.home = "/home/sefidel/.gnupg"; wayland.windowManager.sway.config.startup = [ - { command = "${pkgs.openrgb}/bin/openrgb -p default.orp"; } + { command = "${pkgs.openrgb}/bin/openrgb --mode static --color ffffff"; } ]; }; } |