Adding mail widget in awesome

This commit is contained in:
Chris Cochrun 2021-05-17 06:20:59 -05:00
parent 43893af38d
commit 80e0136e81
5 changed files with 41 additions and 7 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
pacman -Qq | fzf --preview 'pacman -Qil {}' --layout=reverse --bind 'enter:execute(pacman -Qil {} | less)'
pacman -Qq | sk --preview 'pacman -Qil {}' --layout=reverse --bind 'enter:execute(pacman -Qil {} | less)'