mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: steal and overhaul rofi rice
This commit is contained in:
parent
c8ede44693
commit
059ab48a51
3 changed files with 59 additions and 10 deletions
|
@ -58,6 +58,7 @@ in
|
|||
image = lib.mkIf (cfg.wallpaper != null) cfg.wallpaper;
|
||||
base16Scheme = lib.mkIf (cfg.base16Scheme != null) cfg.base16Scheme;
|
||||
polarity = lib.mkIf (cfg.polarity != null) cfg.polarity;
|
||||
opacity.popups = 0.8;
|
||||
|
||||
fonts = {
|
||||
serif = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue