tofi theme
This commit is contained in:
parent
62171bbd56
commit
f233f11b2c
2 changed files with 17 additions and 2 deletions
|
@ -64,7 +64,7 @@
|
||||||
bind = [
|
bind = [
|
||||||
# opening programs
|
# opening programs
|
||||||
"$mod, Return, exec, foot"
|
"$mod, Return, exec, foot"
|
||||||
"$mod, D, exec, tofi-drun --font /run/current-system/sw/share/X11/fonts/NotoMonoNerdFont-Regular.ttf"
|
"$mod, D, exec, tofi-drun | xargs hyprctl dispatch exec --"
|
||||||
"$mod, M, exit, "
|
"$mod, M, exit, "
|
||||||
"$mod, Q, killactive, "
|
"$mod, Q, killactive, "
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
ausweisapp
|
ausweisapp
|
||||||
|
|
||||||
# stuff
|
# stuff
|
||||||
tofi
|
|
||||||
jq
|
jq
|
||||||
vlc
|
vlc
|
||||||
openvpn
|
openvpn
|
||||||
|
@ -142,5 +141,21 @@
|
||||||
home.sessionVariables.GTK_THEME = "Orchis-Dark-Compact";
|
home.sessionVariables.GTK_THEME = "Orchis-Dark-Compact";
|
||||||
home.sessionPath = [ "$HOME/.config/emacs/bin" ];
|
home.sessionPath = [ "$HOME/.config/emacs/bin" ];
|
||||||
|
|
||||||
|
programs.tofi = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
width = "100%";
|
||||||
|
height = "100%";
|
||||||
|
border-width = 0;
|
||||||
|
outline-width = 0;
|
||||||
|
padding-left = "35%";
|
||||||
|
padding-top = "35%";
|
||||||
|
result-spacing = 25;
|
||||||
|
num-results = 5;
|
||||||
|
font = "monospace";
|
||||||
|
background-color = "#000A";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
services.mpris-proxy.enable = true;
|
services.mpris-proxy.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue