dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

Template-dunstrc (503B)


      1 #### Start Substitute - Colourscheme
      2 [global]
      3 frame_color = "#YELLOW"
      4 separator_color= frame
      5 font = "Fira Code 10"
      6 enable_recursive_icon_lookup = true
      7 
      8 [urgency_low]
      9 background = "#BACKGROUND_BLACK"
     10 foreground = "#FOREGROUND_WHITE"
     11 highlight = "#CYAN"
     12 
     13 [urgency_normal]
     14 background = "#BACKGROUND_BLACK"
     15 foreground = "#FOREGROUND_WHITE"
     16 highlight = "#CYAN"
     17 
     18 [urgency_critical]
     19 background = "#BACKGROUND_BLACK"
     20 foreground = "#FOREGROUND_WHITE"
     21 frame_color = "#RED"
     22 highlight = "#CYAN"
     23 #### End Substitute