Compare commits

..

2 commits

Author SHA1 Message Date
26a4a83adb
Merge branch 'main' of git.vatthauer.xyz:leonv/nixos 2024-10-25 16:25:46 +02:00
f233f11b2c
tofi theme 2024-10-25 16:25:40 +02:00
2 changed files with 17 additions and 2 deletions

View file

@ -64,7 +64,7 @@
bind = [
# opening programs
"$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, Q, killactive, "

View file

@ -16,7 +16,6 @@
ausweisapp
# stuff
tofi
jq
vlc
openvpn
@ -142,5 +141,21 @@
home.sessionVariables.GTK_THEME = "Orchis-Dark-Compact";
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;
}