mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
* Added a core.ini file for setting persistent notification settings * migration * remove: max-icon-size from core.ini * rearranging mako files * moving core.ini mako config inside omarchy * added core.ini to migration * We don't actually need this Mako is already loaded. The new config will get picked up automatically on next reboot. * Don't change * No change required here --------- Co-authored-by: robert stringer <bitmap+github@gmail.com> Co-authored-by: xz <xz> Co-authored-by: David Heinemeier Hansson <david@hey.com>
10 lines
200 B
INI
10 lines
200 B
INI
include=~/.local/share/omarchy/default/mako/core.ini
|
|
|
|
text-color=#cad3f5
|
|
border-color=#c6d0f5
|
|
background-color=#24273a
|
|
padding=10
|
|
border-size=2
|
|
font=Liberation Sans 11
|
|
max-icon-size=32
|
|
outer-margin=20 |