hyprdots

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

dunstrc (425B)


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