diff --git a/files/config/fuzzel/fuzzel.ini b/files/config/fuzzel/fuzzel.ini new file mode 100644 index 0000000..54856f2 --- /dev/null +++ b/files/config/fuzzel/fuzzel.ini @@ -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" diff --git a/group_vars/all/variables.yml b/group_vars/all/variables.yml index 598081e..f310068 100644 --- a/group_vars/all/variables.yml +++ b/group_vars/all/variables.yml @@ -13,4 +13,4 @@ sway_variables: - name: '$mod' value: 'Mod4' - name: '$menu' - value: 'exec $term --app-id=launcher --title=launcher ~/.local/bin/launcher.sh' + value: 'exec fuzzel' diff --git a/playbook.yml b/playbook.yml index 6535d14..cf8db71 100644 --- a/playbook.yml +++ b/playbook.yml @@ -131,6 +131,7 @@ - firefox - foot - foot-terminfo + - fuzzel - fzf - highlight - hugo