pass-fuzzel

This commit is contained in:
Cat /dev/Nulo 2022-01-17 23:53:54 -03:00
parent faffe6c108
commit 99f6d81c69
2 changed files with 16 additions and 0 deletions

View file

@ -94,6 +94,8 @@ riverctl map normal $mod Z spawn 'pamixer --default-source --toggle-mute'
riverctl map normal $mod X spawn 'fnottctl actions'
riverctl map normal $mod C spawn 'fnottctl dismiss'
riverctl map normal $mod V spawn 'pass-fuzzel'
for mode in normal locked
do
# https://github.com/cdemoulins/pamixer

14
.local/bin/fuzzel-run Executable file
View file

@ -0,0 +1,14 @@
#!/bin/sh
# Autogenerated by ~/.config/themer/fuzzel.sh
export background=ffffff
export foreground=333333
export selection_background=cccccc
export selection_foreground=333333
export border=000000
export accent=000000
exec fuzzel --terminal=footclient --font='monospace:size=11' --prompt='➦ ' --no-icons --width=40 --background=${background}ff --text-color=${foreground}ff --match-color=${accent}ff --selection-color=${selection_background}ff --selection-text-color=${selection_foreground}ff --horizontal-pad=12 --border-width=1 --border-color=${border}ff --border-radius=2 "$@"