about summary refs log tree commit diff stats
path: root/hm/soispha/conf/rofi/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soispha/conf/rofi/default.nix')
-rw-r--r--hm/soispha/conf/rofi/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hm/soispha/conf/rofi/default.nix b/hm/soispha/conf/rofi/default.nix
index 2e0073af..10363ab5 100644
--- a/hm/soispha/conf/rofi/default.nix
+++ b/hm/soispha/conf/rofi/default.nix
@@ -3,6 +3,8 @@
     enable = true;
     package = pkgs.rofi-wayland;
     terminal = "${pkgs.alacritty}/bin/alacritty";
-    theme = ./rounded-gray-dark.rasi;
+    # show-icons = true;
+    # location = "center";
+    theme = ./nord-twoLines.rasi;
   };
 }