Merge branch 'master' of https://git.darkn.space/sakhmatd/dotfiles
This commit is contained in:
commit
6d8c661a13
|
|
@ -1,19 +1,65 @@
|
||||||
font=Inconsolata LGC 10
|
# Mako Config - Matches Waybar Theme
|
||||||
background-color=#222222
|
|
||||||
text-color=#bbbbbb
|
|
||||||
border-color=#005577
|
|
||||||
|
|
||||||
height=200
|
## Fonts
|
||||||
|
# Matches "font-family" and "font-size" from your Waybar CSS
|
||||||
|
font=Input Mono 10
|
||||||
|
|
||||||
# Disappear after 5 seconds
|
## Geometry
|
||||||
default-timeout=5000
|
width=500
|
||||||
|
height=300
|
||||||
|
margin=10
|
||||||
|
padding=10
|
||||||
|
|
||||||
# Only show one at a time (new replaces old)
|
## Borders & Shape
|
||||||
max-visible=1
|
# border-radius: 0 (Matches Waybar)
|
||||||
|
border-radius=0
|
||||||
|
# border: 1px solid #ffffff (Matches Waybar Tooltip)
|
||||||
|
border-size=1
|
||||||
|
border-color=#4b7b82
|
||||||
|
|
||||||
# Optional: sort by time to ensure the newest is always the one shown
|
## Colors
|
||||||
sort=-time
|
# 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]
|
[hidden]
|
||||||
format=
|
format=
|
||||||
padding=0
|
padding=0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue