mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
switch the launcher to fuzzel
This commit is contained in:
parent
c5ec676f38
commit
9113279c5c
|
@ -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/
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue