From 70ef65617270f2a7cb05abb9815fc2def29c2f15 Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 27 Oct 2023 21:21:16 +0200 Subject: fix(hm/conf/rofi): Select a better theme --- hm/soispha/conf/rofi/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hm/soispha/conf/rofi/default.nix') 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; }; } -- cgit 1.4.1