switch the launcher to fuzzel

This commit is contained in:
Rouven Seifert 2023-03-26 15:03:44 +02:00
parent c5ec676f38
commit 9113279c5c
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 16 additions and 36 deletions

View file

@ -17,7 +17,8 @@
pulseaudio # installed to have pactl pulseaudio # installed to have pactl
jq jq
libnotify libnotify
wofi #wofi
fuzzel
wl-clipboard wl-clipboard
grim grim
slurp slurp
@ -25,42 +26,21 @@
]; ];
xdg.configFile = { xdg.configFile = {
"wofi/config".text = '' "fuzzel/fuzzel.ini".text = ''
allow_images = true [main]
term = foot icon-theme=${config.gtk.iconTheme.name}
show-actions=yes
width=80
[colors]
background=${config.colorScheme.colors.base00}ff
text=${config.colorScheme.colors.base05}ff
match=${config.colorScheme.colors.base08}ff
selection=${config.colorScheme.colors.base02}ff
selection-text=${config.colorScheme.colors.base04}ff
border=${config.colorScheme.colors.base01}ff
''; '';
"wofi/style.css".text = ''
window {
margin: 0px;
border: 1px solid #${config.colorScheme.colors.base0D};
background-color: #${config.colorScheme.colors.base00};
border-radius: 15px;
}
#input {
margin: 5px;
border: none;
color: #${config.colorScheme.colors.base05};
background-color: #${config.colorScheme.colors.base02};
}
#inner-box,
#outer-box {
margin: 5px;
border: none;
background-color: #${config.colorScheme.colors.base00};
}
#text {
margin: 5px;
border: none;
color: #${config.colorScheme.colors.base05};
}
#entry {
background-color: #${config.colorScheme.colors.base00};
}
#entry:selected {
background-color: #${config.colorScheme.colors.base03};
}
'';
"swappy/config".text = '' "swappy/config".text = ''
[Default] [Default]
save_dir = ~/Pictures/Screenshots/ save_dir = ~/Pictures/Screenshots/

View file

@ -97,7 +97,7 @@ bind = $mainMod, M, fullscreen, 1 # maximize
bind = $mainMod SHIFT, F, fakefullscreen, 0 bind = $mainMod SHIFT, F, fakefullscreen, 0
bind = $mainMod, O, swapactiveworkspaces, 0 1 bind = $mainMod, O, swapactiveworkspaces, 0 1
bind = $mainMod, U, focusurgentorlast bind = $mainMod, U, focusurgentorlast
bind = ALT, Space, exec, wofi --show drun bind = ALT, Space, exec, fuzzel
bind = $mainMod, S, togglesplit, # dwindlr bind = $mainMod, S, togglesplit, # dwindlr