dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

config (543B)


      1 # Sort in reverse-chronological order.
      2 sort=-time
      3 
      4 # Overlay above fullscreen windows.
      5 layer=overlay
      6 
      7 # Notification width and maximum height.
      8 width=300
      9 height=110
     10 
     11 # Notification box colour.
     12 background-color=#2e3440
     13 border-color=#88c0d0
     14 border-size=2
     15 border-radius=8
     16 
     17 # Show icons.
     18 icons=1
     19 max-icon-size=64
     20 
     21 # Always timeout after 5 seconds; ignore app's requested timeout.
     22 default-timeout=5000
     23 ignore-timeout=1
     24 
     25 [urgency=low]
     26 border-color=#cccccc
     27 
     28 [urgency=normal]
     29 border-color=#d08770
     30 
     31 [urgency=high]
     32 border-color=#bf616a
     33 default-timeout=0