domizianie

This commit is contained in:
2021-07-07 23:44:05 +02:00
parent 1acfd0bb41
commit 94c1f95a4c
10 changed files with 379 additions and 20 deletions

21
.config/swayr/config.toml Normal file
View File

@ -0,0 +1,21 @@
[menu]
executable = 'wofi'
args = [
'--show=dmenu',
'--allow-markup',
'--allow-images',
'--insensitive',
'--cache-file=/dev/null',
'--parse-search',
'--prompt={prompt}',
]
[format]
window_format = '{urgency_start}<b>“{title}”</b>{urgency_end} — <i>{app_name}</i> on workspace {workspace_name} <span alpha="20000">({id})</span>'
workspace_format = '<b>Workspace {name}</b> <span alpha="20000">({id})</span>'
urgency_start = '<span background="darkred" foreground="yellow">'
urgency_end = '</span>'
icon_dirs = [
'/usr/share/icons/hicolor/48x48/apps',
'/usr/share/pixmaps',
]