committing random WM stuff
This commit is contained in:
54
mako/config
Normal file
54
mako/config
Normal file
@@ -0,0 +1,54 @@
|
||||
## Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com>
|
||||
##
|
||||
## Mako configuration file
|
||||
|
||||
# GLOBAL CONFIGURATION OPTIONS
|
||||
max-history=100
|
||||
sort=-time
|
||||
|
||||
# BINDING OPTIONS
|
||||
on-button-left=dismiss
|
||||
on-button-middle=none
|
||||
on-button-right=dismiss-all
|
||||
on-touch=dismiss
|
||||
on-notify=exec mpv /usr/share/sounds/freedesktop/stereo/message.oga
|
||||
|
||||
# STYLE OPTIONS
|
||||
font=JetBrains Mono 10
|
||||
width=300
|
||||
height=100
|
||||
margin=10
|
||||
padding=15
|
||||
border-size=2
|
||||
border-radius=0
|
||||
icons=1
|
||||
max-icon-size=48
|
||||
icon-location=left
|
||||
markup=1
|
||||
actions=1
|
||||
history=1
|
||||
text-alignment=left
|
||||
default-timeout=5000
|
||||
ignore-timeout=0
|
||||
max-visible=5
|
||||
layer=overlay
|
||||
anchor=top-right
|
||||
|
||||
# Mako_Colors
|
||||
background-color=#3d3942
|
||||
text-color=#e0dde2
|
||||
border-color=#49454f
|
||||
progress-color=over #C3B2CD
|
||||
|
||||
[urgency=low]
|
||||
border-color=#49454f
|
||||
default-timeout=2000
|
||||
|
||||
[urgency=normal]
|
||||
border-color=#49454f
|
||||
default-timeout=5000
|
||||
|
||||
[urgency=high]
|
||||
border-color=#9A9EAA
|
||||
text-color=#9A9EAA
|
||||
default-timeout=0
|
||||
Reference in New Issue
Block a user