Replace home made script with Fuzzel for menu

This commit is contained in:
Yorick Barbanneau 2023-10-08 00:55:03 +02:00
parent af211156ca
commit 9a350fd482
3 changed files with 18 additions and 1 deletions

View file

@ -0,0 +1,16 @@
[main]
font = "Fira Code Nerd Font Mono:size=9"
icon-theme = "Papirus-Dark"
width = 60
show-actions = "yes"
launch-prefix = "swaymsg exec --"
[border]
radius = 0
width = 1
[colors]
border = "f268b3ff"
background = "121212ff"
text = "ccccccff"
selection = "323232ff"
selection-text = "ccccccff"
match = "f268b3ff"

View file

@ -13,4 +13,4 @@ sway_variables:
- name: '$mod' - name: '$mod'
value: 'Mod4' value: 'Mod4'
- name: '$menu' - name: '$menu'
value: 'exec $term --app-id=launcher --title=launcher ~/.local/bin/launcher.sh' value: 'exec fuzzel'

View file

@ -131,6 +131,7 @@
- firefox - firefox
- foot - foot
- foot-terminfo - foot-terminfo
- fuzzel
- fzf - fzf
- highlight - highlight
- hugo - hugo