Replace home made script with Fuzzel for menu
This commit is contained in:
parent
af211156ca
commit
9a350fd482
3 changed files with 18 additions and 1 deletions
16
files/config/fuzzel/fuzzel.ini
Normal file
16
files/config/fuzzel/fuzzel.ini
Normal 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"
|
|
@ -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'
|
||||||
|
|
|
@ -131,6 +131,7 @@
|
||||||
- firefox
|
- firefox
|
||||||
- foot
|
- foot
|
||||||
- foot-terminfo
|
- foot-terminfo
|
||||||
|
- fuzzel
|
||||||
- fzf
|
- fzf
|
||||||
- highlight
|
- highlight
|
||||||
- hugo
|
- hugo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue