hyprdots

my dotfiles
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

dunstrc (543B)


      1 [global]
      2     monitor = 0
      3     follow = keyboard
      4     width = 400
      5     height = 400
      6     offset = 10x10
      7     padding = 2
      8     horizontal_padding = 2
      9     transparency = 25
     10     font = monospace 14
     11     format = "<b>%s</b>\n%b"
     12 
     13 [urgency_low]
     14     background = "#282828AA"
     15     foreground = "#fbf1c7"
     16     timeout = 3
     17 
     18 [urgency_normal]
     19     background = "#282828AA"
     20     foreground = "#fbf1c7"
     21     frame_color = "#83a598"
     22     timeout = 5
     23 
     24 [urgency_critical]
     25     background = "#282828AA"
     26     foreground = "#fbf1c7"
     27     frame_color = "#83a598"
     28     timeout = 10