about summary refs log tree commit diff stats
path: root/modules/hm
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-08-24 18:13:33 +0200
committerSilas Schöffel <sils@sils.li>2025-08-24 18:13:33 +0200
commite84e8f2f896aa3fffad57363cbaaf8e1ccbfc22f (patch)
tree2aecf531331006fb13902e0cb7b4e486d0ec0c74 /modules/hm
parentwaybar: add events to execute on low battery (diff)
downloadnix-config-e84e8f2f896aa3fffad57363cbaaf8e1ccbfc22f.zip
hyfetch: change colors to nonbinary
Diffstat (limited to 'modules/hm')
-rw-r--r--modules/hm/sils/hyfetch.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hm/sils/hyfetch.nix b/modules/hm/sils/hyfetch.nix
index c06d8b0..08321e6 100644
--- a/modules/hm/sils/hyfetch.nix
+++ b/modules/hm/sils/hyfetch.nix
@@ -13,7 +13,7 @@ in {
     programs.hyfetch = {
       enable = true;
       settings = {
-        preset = "rainbow";
+        preset = "nonbinary";
         mode = "rgb";
         light_dark = "dark";
         lightness = 0.5;