about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-02-08 03:25:04 +0900
committersefidel <contact@sefidel.net>2024-02-08 03:25:04 +0900
commit0abe996e4f745d21f52618600a4a9f12b1b98cd2 (patch)
tree32822e68dd7a3b4e86d4f07c7f2c6db5e38fa56d
parenta68d1ba1c27cbf678db06a7e956d8e9a64be686c (diff)
downloadnixrc-0abe996e4f745d21f52618600a4a9f12b1b98cd2.tar.gz
nixrc-0abe996e4f745d21f52618600a4a9f12b1b98cd2.zip
feat(home/sefidel@alpha): set openrgb color directly via cli
-rw-r--r--home/configs/alpha/sefidel.nix2
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"; }
     ];
   };
 }