revert fuzzel to custom
This commit is contained in:
@@ -28,7 +28,7 @@ in
|
||||
horizontal-pad = 50; # Horizontal padding
|
||||
vertical-pad = 15; # Vertical padding
|
||||
|
||||
#font = "monospace:size=16";
|
||||
font = "monospace:size=16";
|
||||
|
||||
anchor = "top";
|
||||
y-margin = 240;
|
||||
@@ -36,19 +36,19 @@ in
|
||||
# match-mode = "fzf";
|
||||
# image-size-ratio = 0.5;
|
||||
};
|
||||
#colors = {
|
||||
# background = "${hex palette.base00}ff";
|
||||
# text = "${hex palette.base03}ff";
|
||||
# prompt = "${hex palette.base03}ff";
|
||||
# placeholder = "${hex palette.base03}ff";
|
||||
# input = "${hex palette.base05}ff";
|
||||
# match = "${hex palette.base08}ff";
|
||||
# selection = "${hex palette.base02}ff";
|
||||
# "selection-text" = "${hex palette.base05}ff";
|
||||
# "selection-match" = "${hex palette.base08}ff";
|
||||
# counter = "${hex palette.base04}ff";
|
||||
# border = "${hex palette.base03}ff";
|
||||
#};
|
||||
colors = {
|
||||
background = "${hex palette.base00}ff";
|
||||
text = "${hex palette.base03}ff";
|
||||
prompt = "${hex palette.base03}ff";
|
||||
placeholder = "${hex palette.base03}ff";
|
||||
input = "${hex palette.base05}ff";
|
||||
match = "${hex palette.base08}ff";
|
||||
selection = "${hex palette.base02}ff";
|
||||
"selection-text" = "${hex palette.base05}ff";
|
||||
"selection-match" = "${hex palette.base08}ff";
|
||||
counter = "${hex palette.base04}ff";
|
||||
border = "${hex palette.base03}ff";
|
||||
};
|
||||
border = {
|
||||
radius = 20;
|
||||
width = 3;
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
targets.mako.enable = false;
|
||||
#targets.foot.enable = false;
|
||||
targets.swaylock.enable = false;
|
||||
#targets.fuzzel.enable = false;
|
||||
targets.fuzzel.enable = false;
|
||||
targets.zed.enable = false;
|
||||
|
||||
base16Scheme = {
|
||||
|
||||
Reference in New Issue
Block a user