Init tofi
This commit is contained in:
parent
95248322f7
commit
059acab3f9
@ -1,14 +1,16 @@
|
||||
{ config, ... }:
|
||||
# TODO: Tofi configuration
|
||||
{ config, lib, ... }:
|
||||
let
|
||||
background = "#${config.lib.stylix.colors.base00}";
|
||||
font = "${config.stylix.fonts.serif.name}";
|
||||
background = "#${config.lib.stylix.colors.base00}70";
|
||||
accent = "#${config.lib.stylix.colors.base0D}";
|
||||
in {
|
||||
programs.tofi = {
|
||||
programs.tofi = lib.mkForce {
|
||||
enable = true;
|
||||
settings = {
|
||||
background-color = background;
|
||||
border-width = 0;
|
||||
font = font;
|
||||
background-color = background;
|
||||
prompt-color = accent;
|
||||
selection-color = accent;
|
||||
height = "100%";
|
||||
num-results = 5;
|
||||
outline-width = 0;
|
||||
|
@ -34,6 +34,7 @@
|
||||
../../home/system/udiskie
|
||||
../../home/system/clipman
|
||||
../../home/system/kdeconnect
|
||||
../../home/system/tofi
|
||||
|
||||
./secrets # CHANGEME: You should probably remove this line, this is where I store my secrets
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user