Use fnott for notifications over mako
This commit is contained in:
parent
d8c2da70a9
commit
88cc96e6a5
3 changed files with 67 additions and 25 deletions
66
home/dot_config/fnott/fnott.ini
Normal file
66
home/dot_config/fnott/fnott.ini
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
# -*- conf -*-
|
||||
|
||||
# For documentation on these options, see `man fnott.ini`
|
||||
|
||||
# Global values
|
||||
# output=<undefined>#
|
||||
min-width=300
|
||||
max-width=800
|
||||
max-height=200
|
||||
# stacking-order=bottom-up
|
||||
anchor=top-right
|
||||
edge-margin-vertical=40
|
||||
edge-margin-horizontal=40
|
||||
# notification-margin=10
|
||||
# icon-theme=hicolor
|
||||
# max-icon-size=32
|
||||
# selection-helper=dmenu
|
||||
# selection-helper-uses-null-separator=no
|
||||
# play-sound=aplay ${filename}
|
||||
|
||||
# Default values, may be overridden in 'urgency' specific sections
|
||||
layer=overlay
|
||||
background=eee8d5cc
|
||||
|
||||
border-color=909090ff
|
||||
border-radius=12
|
||||
border-size=3
|
||||
|
||||
padding-vertical=20
|
||||
padding-horizontal=20
|
||||
|
||||
# dpi-aware=no
|
||||
|
||||
title-font=Rubik:size=12
|
||||
title-color=586e75ff
|
||||
# title-format=<i>%a%A</i>
|
||||
|
||||
summary-font=Rubik:size=12
|
||||
summary-color=839496ff
|
||||
# summary-format=<b>%s</b>\n
|
||||
|
||||
body-font=Rubik:size=12
|
||||
body-color=839496ff
|
||||
# body-format=%b
|
||||
|
||||
# progress-bar-height=20
|
||||
# progress-bar-color=ffffffff
|
||||
|
||||
# sound-file=
|
||||
# icon=
|
||||
|
||||
# Timeout values are in seconds. 0 to disable
|
||||
# max-timeout=0
|
||||
# default-timeout=0
|
||||
# idle-timeout=0
|
||||
|
||||
# [low]
|
||||
# background=2b2b2bff
|
||||
# title-color=888888ff
|
||||
# summary-color=888888ff
|
||||
# body-color=888888ff
|
||||
|
||||
# [normal]
|
||||
|
||||
# [critical]
|
||||
# background=6c3333ff
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
height=250
|
||||
sort=+time
|
||||
font=monospace 10
|
||||
default-timeout=20000
|
||||
max-visible=3
|
||||
group-by=app-name
|
||||
on-button-middle=dismiss-group
|
||||
padding=15
|
||||
layer=overlay
|
||||
|
||||
background-color=#285577BB
|
||||
|
||||
border-color=#4C7899DD
|
||||
border-size=3
|
||||
border-radius=10
|
||||
margin=4,4,20
|
||||
|
||||
[urgency=critical]
|
||||
height=500
|
||||
width=600
|
||||
font=monospace 14
|
||||
background-color=#CC7722BB
|
||||
border-size=4
|
||||
border-color=#FF2200DD
|
||||
|
|
@ -4,7 +4,7 @@ swayfx
|
|||
swayidle
|
||||
swaylock
|
||||
swaybg
|
||||
mako
|
||||
fnott
|
||||
waybar
|
||||
wofi
|
||||
kanshi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue