diff --git a/.config/fnott/fnott.ini b/.config/fnott/fnott.ini new file mode 100644 index 0000000..3d4f00f --- /dev/null +++ b/.config/fnott/fnott.ini @@ -0,0 +1,39 @@ +# -*- conf -*- + +# Global values +# output=# +# min-width=0 +# max-width=400 +# max-height=200 +# anchor=top-right +edge-margin-vertical=5 +edge-margin-horizontal=5 +notification-margin=5 +# icon-theme=hicolor +# max-icon-size=32 +selection-helper=fuzzel -d +# play-sound=aplay ${filename} + +# Default values, may be overridden in 'urgency' specific sections +# background=3f5f3f +# border-color=909090 +border-size=0 +title-font=sans serif:style=Italic:size=8 +# title-color=ffffff +summary-font=sans serif:style=Bold:size=16 +# summary-color=ffffff +body-font=sans serif:size=12 +# body-color=ffffff +# timeout=0 +# sound-file= + +# [low] +# background=2b2b2b +# title-color=888888 +# summary-color=888888 +# body-color=888888 + +# [normal] + +# [critical] +# background=6c3333 diff --git a/.config/river/init b/.config/river/init index aa379d5..fef0861 100755 --- a/.config/river/init +++ b/.config/river/init @@ -8,7 +8,7 @@ riverctl spawn "/usr/libexec/xdg-desktop-portal-wlr" brillo -I riverctl spawn "pgrep -x foot >/dev/null || foot --server" -riverctl spawn "killall mako >/dev/null ; mako" +riverctl spawn "killall fnott >/dev/null ; fnott" if test -f ~/.config/river/coordenadas; then riverctl spawn "pgrep -x wlsunset >/dev/null || wlsunset $(cat ~/.config/river/coordenadas)" else