From 040b2a37029aefd3aba2f7d3e4b028f172c6e541 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 13 Nov 2023 14:47:46 +0000 Subject: [PATCH] Disable rofi stylix target, manually theme --- home/default.nix | 1 - home/hyprland/rofi/default.nix | 3 +-- home/hyprland/rofi/theme.rasi | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/home/default.nix b/home/default.nix index 1f3b3b5a..2a354d08 100644 --- a/home/default.nix +++ b/home/default.nix @@ -5,7 +5,6 @@ avizo.enable = true; fzf.enable = true; mako.enable = true; - rofi.enable = true; tmux.enable = true; xresources.enable = true; }; diff --git a/home/hyprland/rofi/default.nix b/home/hyprland/rofi/default.nix index 63ddb5bf..3d9e583f 100644 --- a/home/hyprland/rofi/default.nix +++ b/home/hyprland/rofi/default.nix @@ -20,7 +20,6 @@ in { extraConfig = { modi = "window,run,drun,ssh,filebrowser,calc,${power-menu},combi"; combi-modi = "window,drun,filebrowser,calc"; - theme-str = "#window {border-radius: 10px;}"; sidebar-mode = true; sort = true; sorting-method = "fzf"; @@ -39,6 +38,6 @@ in { display-calc = " 󰪚 Calculator "; display-combi = " 󰛡 Combi "; }; - # theme = ./theme.rasi; + theme = ./theme.rasi; }; } diff --git a/home/hyprland/rofi/theme.rasi b/home/hyprland/rofi/theme.rasi index ce7e2f0b..58766a12 100644 --- a/home/hyprland/rofi/theme.rasi +++ b/home/hyprland/rofi/theme.rasi @@ -1,6 +1,6 @@ * { width: 75%; - font: "Fira Sans 18"; + font: "Fira Sans 14"; } element-text, element-icon , mode-switcher { @@ -13,7 +13,7 @@ window { border: 1px; border-radius: 10px; border-color: #bb9af7; - background-color: alpha(#1a1b26, 0.8); + background-color: #1a1b26; } mainbox {