mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
* Move common mako settings to `core.ini` * Use monospace font, set font size in px * Increase line height * Adjust paddings * Add 10px width so the Welcome notification fits on one line * Remove extra whitespace * Remove extra whitespace, adjust wording * Improve text-to-bg contrast in Tokyo Night * Follow the system font * Use sans-serif font * Restore width and extra space characters * Adjust vertical paddings * Remove `omarchy-restart-mako` (no longer needed)
29 lines
647 B
INI
29 lines
647 B
INI
anchor=top-right
|
|
default-timeout=5000
|
|
width=420
|
|
height=110
|
|
outer-margin=20
|
|
padding=10,15
|
|
border-size=2
|
|
max-icon-size=32
|
|
font=sans-serif 14px
|
|
format=<span line_height="1.2"><b>%s</b>\n%b</span>
|
|
|
|
[app-name=Spotify]
|
|
invisible=1
|
|
|
|
[mode=do-not-disturb]
|
|
invisible=true
|
|
|
|
[mode=do-not-disturb app-name=notify-send]
|
|
invisible=false
|
|
|
|
[urgency=critical]
|
|
default-timeout=0
|
|
|
|
[summary~="Setup Wi-Fi"]
|
|
on-button-left=exec sh -c 'omarchy-notification-dismiss "Setup Wi-Fi"; omarchy-launch-wifi'
|
|
|
|
[summary~="Update System"]
|
|
on-button-left=exec sh -c 'omarchy-notification-dismiss "Update System"; omarchy-launch-floating-terminal-with-presentation omarchy-update'
|