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]
|
||||
executable = 'wofi'
|
||||
executable = 'rofi'
|
||||
args = [
|
||||
'--show=dmenu',
|
||||
'--allow-markup',
|
||||
'--allow-images',
|
||||
'--insensitive',
|
||||
'--cache-file=/dev/null',
|
||||
'--parse-search',
|
||||
'--height=40%',
|
||||
'--prompt={prompt}',
|
||||
'-dmenu',
|
||||
'-markup-rows',
|
||||
'-show-icons',
|
||||
'-no-case-sensitive',
|
||||
'-no-drun-use-desktop-cache',
|
||||
'-p','{prompt}',
|
||||
'-font','Noto Sans 11',
|
||||
]
|
||||
|
||||
[format]
|
||||
|
@ -21,6 +20,7 @@ urgency_start = '<span background="darkred" foreground="yellow">'
|
|||
urgency_end = '</span>'
|
||||
html_escape = true
|
||||
icon_dirs = [
|
||||
'/usr/share/icons/ePapirus-Dark/48x48/apps',
|
||||
'/usr/share/icons/hicolor/scalable/apps',
|
||||
'/usr/share/icons/hicolor/64x64/apps',
|
||||
'/usr/share/icons/hicolor/48x48/apps',
|
||||
|
|
Loading…
Add table
Reference in a new issue