rofi icons
This commit is contained in:
parent
853bbd88ee
commit
15a719f47c
1 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
source $HOME/.zshrc
|
source $HOME/.zshrc
|
||||||
exec rofi -show combi -modi combi -combi-modi window,drun -levenshtein-sort
|
exec rofi \
|
||||||
|
-show combi \
|
||||||
|
-modi combi \
|
||||||
|
-combi-modi window,drun \
|
||||||
|
-levenshtein-sort \
|
||||||
|
-icon-theme "Papirus" -show-icons
|
||||||
|
|
Loading…
Reference in a new issue