mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Add sway-launcher-desktop
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
clipmenu
|
||||
colordiff
|
||||
curl
|
||||
deluge
|
||||
direnv
|
||||
docker-compose
|
||||
dunst
|
||||
exa
|
||||
fd
|
||||
fzf
|
||||
|
@@ -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
18
scripts/application_launcher.sh
Executable 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
|
Reference in New Issue
Block a user