feat: use fnott for notifications
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
# For documentation on these options, see `man fnott.ini`
|
||||
|
||||
# Global values
|
||||
# output=<undefined>#
|
||||
# min-width=0
|
||||
max-width=400
|
||||
# max-height=0
|
||||
# stacking-order=bottom-up
|
||||
# anchor=top-right
|
||||
# edge-margin-vertical=10
|
||||
# edge-margin-horizontal=10
|
||||
# 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=top
|
||||
background=1f2329ff
|
||||
|
||||
border-color=595959aa
|
||||
border-radius=8
|
||||
border-size=1
|
||||
|
||||
# padding-vertical=20
|
||||
# padding-horizontal=20
|
||||
|
||||
# dpi-aware=no
|
||||
|
||||
# title-font=sans serif
|
||||
# title-color=ffffffff
|
||||
# title-format=<i>%a%A</i>
|
||||
|
||||
# summary-font=sans serif
|
||||
# summary-color=ffffffff
|
||||
# summary-format=<b>%s</b>\n
|
||||
|
||||
# body-font=sans serif
|
||||
# body-color=ffffffff
|
||||
# body-format=%b
|
||||
|
||||
# progress-bar-height=20
|
||||
# progress-color=ffffffff
|
||||
# progress-style=bar
|
||||
|
||||
# sound-file=
|
||||
# icon=
|
||||
|
||||
# Timeout values are in seconds. 0 to disable
|
||||
# max-timeout=0
|
||||
default-timeout=5
|
||||
idle-timeout=300
|
||||
|
||||
# [low]
|
||||
# background=2b2b2bff
|
||||
# title-color=888888ff
|
||||
# summary-color=888888ff
|
||||
# body-color=888888ff
|
||||
|
||||
# [normal]
|
||||
|
||||
# [critical]
|
||||
# background=6c3333ff
|
||||
@@ -27,7 +27,7 @@ monitor=,preferred,auto,1.0
|
||||
|
||||
exec-once = systemctl --user start hypridle.service
|
||||
exec-once = systemctl --user start hyprpolkitagent.service
|
||||
exec-once = uwsm app -- swaync
|
||||
exec-once = uwsm app -- fnott
|
||||
exec-once = uwsm app -- waybar
|
||||
exec-once = uwsm app -- pasystray
|
||||
|
||||
@@ -64,7 +64,7 @@ general {
|
||||
|
||||
# https://wiki.hypr.land/Configuring/Variables/#variable-types for info about colors
|
||||
# col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.active_border = rgba(a0a8b7aa)
|
||||
col.active_border = rgba(a0a8b7ff)
|
||||
# col.active_border = rgba(ffffffaa)
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user