Improve Swayr config
This commit is contained in:
parent
b24827c1e9
commit
b5f21ef15b
1 changed files with 9 additions and 9 deletions
|
@ -1,14 +1,13 @@
|
||||||
[menu]
|
[menu]
|
||||||
executable = 'wofi'
|
executable = 'rofi'
|
||||||
args = [
|
args = [
|
||||||
'--show=dmenu',
|
'-dmenu',
|
||||||
'--allow-markup',
|
'-markup-rows',
|
||||||
'--allow-images',
|
'-show-icons',
|
||||||
'--insensitive',
|
'-no-case-sensitive',
|
||||||
'--cache-file=/dev/null',
|
'-no-drun-use-desktop-cache',
|
||||||
'--parse-search',
|
'-p','{prompt}',
|
||||||
'--height=40%',
|
'-font','Noto Sans 11',
|
||||||
'--prompt={prompt}',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[format]
|
[format]
|
||||||
|
@ -21,6 +20,7 @@ urgency_start = '<span background="darkred" foreground="yellow">'
|
||||||
urgency_end = '</span>'
|
urgency_end = '</span>'
|
||||||
html_escape = true
|
html_escape = true
|
||||||
icon_dirs = [
|
icon_dirs = [
|
||||||
|
'/usr/share/icons/ePapirus-Dark/48x48/apps',
|
||||||
'/usr/share/icons/hicolor/scalable/apps',
|
'/usr/share/icons/hicolor/scalable/apps',
|
||||||
'/usr/share/icons/hicolor/64x64/apps',
|
'/usr/share/icons/hicolor/64x64/apps',
|
||||||
'/usr/share/icons/hicolor/48x48/apps',
|
'/usr/share/icons/hicolor/48x48/apps',
|
||||||
|
|
Loading…
Add table
Reference in a new issue