river: reemplazar mako con fnott
This commit is contained in:
parent
57a20f0cce
commit
4ceb3e80f0
2 changed files with 40 additions and 1 deletions
39
.config/fnott/fnott.ini
Normal file
39
.config/fnott/fnott.ini
Normal file
|
@ -0,0 +1,39 @@
|
|||
# -*- conf -*-
|
||||
|
||||
# Global values
|
||||
# output=<undefined>#
|
||||
# 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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue