Disable rofi stylix target, manually theme

This commit is contained in:
Evie Litherland-Smith 2023-11-13 14:47:46 +00:00
parent c2d8923ed1
commit 040b2a3702
3 changed files with 3 additions and 5 deletions

View file

@ -5,7 +5,6 @@
avizo.enable = true;
fzf.enable = true;
mako.enable = true;
rofi.enable = true;
tmux.enable = true;
xresources.enable = true;
};

View file

@ -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;
};
}

View file

@ -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 {