summaryrefslogtreecommitdiff
path: root/common/programs/rofi.nix
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-06-20 02:51:59 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-06-20 02:51:59 +0530
commit47bc39d25a359c94e9a139be9d453a05694ef341 (patch)
treecd5ad0f5e413056e74feb6a7790b7b510ea5d1c8 /common/programs/rofi.nix
parentf1d30adc192df38fe8f6cd50cb2eae048789459b (diff)
Font and cursor
Diffstat (limited to 'common/programs/rofi.nix')
-rw-r--r--common/programs/rofi.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/programs/rofi.nix b/common/programs/rofi.nix
index 20fdffe..73e31f9 100644
--- a/common/programs/rofi.nix
+++ b/common/programs/rofi.nix
@@ -8,7 +8,7 @@
config = lib.mkIf config.beeMods.windowManagers.beeConfig.enable {
programs.rofi = {
enable = true;
- font = "IosevkaInput";
+ font = "monospace";
# plugins = with pkgs; [ rofi-emoji ];
theme = "~/.config/rofi/themes/config.rasi";
extraConfig = {
@@ -84,7 +84,7 @@
placeholder-color: @fg-dim;
placeholder: "Search...";
cursor: text;
- font: "IosevkaInput 13";
+ font: "monospace 13";
}
listview {
@@ -136,7 +136,7 @@
background-color: transparent;
text-color: inherit;
vertical-align: 0.5;
- font: "IosevkaInput 13";
+ font: "monospace 13";
}
'';
};