First commit
This commit is contained in:
commit
592eb452c6
19 changed files with 1549 additions and 0 deletions
66
.config/fnott/fnott.ini
Normal file
66
.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=200
|
||||
# max-width=0
|
||||
# max-height=0
|
||||
# stacking-order=bottom-up
|
||||
anchor=top-right
|
||||
edge-margin-vertical=10
|
||||
edge-margin-horizontal=10
|
||||
notification-margin=10
|
||||
icon-theme=Papirus
|
||||
# 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=top
|
||||
background=293241FF
|
||||
|
||||
border-color=EE6C4DFF
|
||||
border-radius=0
|
||||
border-size=2
|
||||
|
||||
padding-vertical=20
|
||||
padding-horizontal=20
|
||||
|
||||
dpi-aware=yes
|
||||
|
||||
title-font=monospace
|
||||
title-color=ffffffff
|
||||
title-format=<i>%a%A</i>
|
||||
|
||||
summary-font=monospace
|
||||
summary-color=ffffffff
|
||||
summary-format=<b>%s</b>\n
|
||||
|
||||
body-font=monospace
|
||||
body-color=ffffffff
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue