Skip to content

Commit

Permalink
update dunst config x2
Browse files Browse the repository at this point in the history
  • Loading branch information
K4zoku committed Jan 10, 2022
1 parent a811499 commit 5793554
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .config/dunst/dunstrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ padding = 8
horizontal_padding = 11
frame_width = 0
frame_color = "#323232"
separator_color = "#36a3d9"
separator_color = "#E5B34F"

font = PlexCodePro Nerd Font 10

line_height = 0
markup = full
format = "<span size='x-large' font_desc='PlexCodePro Nerd Font 9' weight='bold' foreground='#e5e1cf'>%s</span>\n%b"
format = "<span size='x-large' font_desc='Plex Code Pro 10' weight='bold' foreground='#FCFCFC'>%s</span>\n%b"
alignment = left

idle_threshold = 120
Expand Down Expand Up @@ -50,15 +50,15 @@ mouse_right_click = close_current

[urgency_low]
timeout = 3
background = "#0e1419"
foreground = "#e5e1cf"
background = "#1F2531"
foreground = "#FCFCFC"

[urgency_normal]
timeout = 6
background = "#0e1419"
foreground = "#e5e1cf"
background = "#1F2531"
foreground = "#FCFCFC"

[urgency_critical]
timeout = 0
background = "#0e1419"
foreground = "#e5e1cf"
background = "#1F2531"
foreground = "#FCFCFC"

0 comments on commit 5793554

Please sign in to comment.