about summary refs log tree commit diff stats
path: root/hm/soispha/conf/rofi/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-27 21:21:16 +0200
committerSoispha <soispha@vhack.eu>2023-10-27 21:21:16 +0200
commit70ef65617270f2a7cb05abb9815fc2def29c2f15 (patch)
treeba4fbf9b8cf30dbf76afaf5a94cd5d8b01e8a4a0 /hm/soispha/conf/rofi/default.nix
parentfeat(hm/conf/rofi): Init (diff)
downloadnixos-config-70ef65617270f2a7cb05abb9815fc2def29c2f15.zip
fix(hm/conf/rofi): Select a better theme
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;
   };
 }