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