Add sway-launcher-desktop

This commit is contained in:
Dave Gallant
2020-12-27 21:05:27 -05:00
parent 80fa986291
commit 52d974e0a3
3 changed files with 19 additions and 7 deletions

View File

@@ -15,9 +15,9 @@
clipmenu
colordiff
curl
deluge
direnv
docker-compose
dunst
exa
fd
fzf

View File

@@ -1,6 +0,0 @@
rofi.font: Fira Code 14
rofi.hide-scrollbar: true
rofi.levenshtein-sort: true
rofi.matching: fuzzy
rofi.sort: true
rofi.theme: /usr/share/rofi/themes/glue_pro_blue.rasi

18
scripts/application_launcher.sh Executable file
View File

@@ -0,0 +1,18 @@
#!/usr/bin/env bash
# Dependencies:
# - alacritty
# - fzf
# - https://github.com/Biont/sway-launcher-desktop
# Ensure that nix applications are discovered
PATH=$PATH:$HOME/.nix-profile/bin
alacritty \
--dimensions 80 20 \
-e env \
GLYPH_COMMAND="" \
GLYPH_DESKTOP="" \
GLYPH_PROMPT="? " \
TERMINAL_COMMAND=alacritty \
/usr/bin/sway-launcher-desktop