68 lines
1.2 KiB
Plaintext
68 lines
1.2 KiB
Plaintext
# Mako Config - Matches Waybar Theme
|
|
|
|
## Fonts
|
|
# Matches "font-family" and "font-size" from your Waybar CSS
|
|
font=Input Mono 10
|
|
|
|
## Geometry
|
|
width=500
|
|
height=300
|
|
margin=10
|
|
padding=10
|
|
|
|
## Borders & Shape
|
|
# border-radius: 0 (Matches Waybar)
|
|
border-radius=0
|
|
# border: 1px solid #ffffff (Matches Waybar Tooltip)
|
|
border-size=1
|
|
border-color=#4b7b82
|
|
|
|
## Colors
|
|
# Background: #374D4E (Matches Waybar Tooltip & Modules)
|
|
background-color=#374D4E
|
|
# Text: #ffffff (Matches Waybar Text)
|
|
text-color=#ffffff
|
|
|
|
## Icons
|
|
icons=1
|
|
max-icon-size=48
|
|
icon-location=left
|
|
|
|
## Options
|
|
# Actions
|
|
on-button-left=dismiss
|
|
on-button-middle=invoke-default-action
|
|
on-button-right=dismiss-all
|
|
|
|
# Timeouts
|
|
default-timeout=2000
|
|
ignore-timeout=1
|
|
|
|
## Grouping
|
|
group-by=app-name
|
|
|
|
### Urgency Overrides ###
|
|
|
|
[urgency=low]
|
|
# Slightly darker version of your theme
|
|
background-color=#2f4243
|
|
text-color=#cccccc
|
|
border-color=#cccccc
|
|
|
|
[urgency=normal]
|
|
# Uses defaults defined above
|
|
|
|
[urgency=critical]
|
|
# Background: #eb4d4b (Matches Waybar "#workspaces button.urgent")
|
|
background-color=#eb4d4b
|
|
text-color=#ffffff
|
|
border-color=#ffffff
|
|
default-timeout=0
|
|
|
|
### Fix for Empty Notifications ###
|
|
[hidden]
|
|
format=
|
|
padding=0
|
|
border-size=0
|
|
height=1
|