Skip to content

Commit

Permalink
dunstrc updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhra00 committed Jul 4, 2024
1 parent 85c6812 commit 72953c7
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 20 deletions.
24 changes: 16 additions & 8 deletions dunst/dunstrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,28 @@ offset = 10x92
padding = 10
horizontal_padding = 10
transparency = 0
font = Monospace 12
font = IosevkaMayuKaiCodePro 12
format = "<b>%s</b>\n%b"
min_icon_size = 32
max_icon_size = 128
icon_path = usr/share/icons/Papirus-Dark/48x48/actions/:/usr/share/icons/Papirus-Dark/48x48/apps/:/usr/share/icons/Papirus-Dark/48x48/devices/:/usr/share/icons/Papirus-Dark/48x48/emblems/:/usr/share/icons/Papirus-Dark/48x48/emotes/:/usr/share/icons/Papirus-Dark/48x48/mimetypes/:/usr/share/icons/Papirus-Dark/48x48/places/:/usr/share/icons/Papirus-Dark/48x48/status/:/home/bugs/.config/icons/
corner_radius = 10

[urgency_low]
background = "#1e1e2e"
foreground = "#cdd6f4"
background = "#00141A"
foreground = "#839495"
frame_color = "#00141A"
timeout = 3


[urgency_normal]
background = "#1e1e2e"
foreground = "#cdd6f4"
background = "#00141A"
foreground = "#839495"
frame_color = "#00141A"
timeout = 3

[urgency_critical]
background = "#1e1e2e"
foreground = "#cdd6f4"
frame_color = "#fab387"
background = "#DC312E"
foreground = "#00141A"
frame_color = "#DC312E"
timeout = 10
5 changes: 5 additions & 0 deletions dunst/dunstrc-catpucccin
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,17 @@ corner_radius = 10
[urgency_low]
background = "#1e1e2e"
foreground = "#cdd6f4"
frame_color = "#1e1e2e"
timeout = 3

[urgency_normal]
background = "#1e1e2e"
foreground = "#cdd6f4"
frame_color = "#1e1e2e"
timeout = 3

[urgency_critical]
background = "#1e1e2e"
foreground = "#cdd6f4"
frame_color = "#fab387"
timeout = 10
31 changes: 19 additions & 12 deletions dunst/dunstrc-gruvbox
Original file line number Diff line number Diff line change
@@ -1,24 +1,31 @@
[global]
monitor = 0
follow = keyboard
width = 370
height = 350
offset = 10x92
padding = 10
horizontal_padding = 10
transparency = 0
font = Monospace 12
format = "<b>%s</b>\n%b"
icon_path = usr/share/icons/Papirus-Dark/48x48/actions/:/usr/share/icons/Papirus-Dark/48x48/apps/:/usr/share/icons/Papirus-Dark/48x48/devices/:/usr/share/icons/Papirus-Dark/48x48/emblems/:/usr/share/icons/Papirus-Dark/48x48/emotes/:/usr/share/icons/Papirus-Dark/48x48/mimetypes/:/usr/share/icons/Papirus-Dark/48x48/places/:/usr/share/icons/Papirus-Dark/48x48/status/:/home/bugs/.config/icons/
corner_radius = 10
monitor = 0
frame_color = "#89b4fa"
separator_color= frame
follow = keyboard
width = 370
height = 350
offset = 10x92
padding = 10
horizontal_padding = 10
transparency = 0
font = IosevkaMayuKaiCodePro 12
format = "<b>%s</b>\n%b"
min_icon_size = 32
max_icon_size = 128
icon_path = usr/share/icons/Papirus-Dark/48x48/actions/:/usr/share/icons/Papirus-Dark/48x48/apps/:/usr/share/icons/Papirus-Dark/48x48/devices/:/usr/share/icons/Papirus-Dark/48x48/emblems/:/usr/share/icons/Papirus-Dark/48x48/emotes/:/usr/share/icons/Papirus-Dark/48x48/mimetypes/:/usr/share/icons/Papirus-Dark/48x48/places/:/usr/share/icons/Papirus-Dark/48x48/status/:/home/bugs/.config/icons/
corner_radius = 10

[urgency_low]
background = "#1d2021"
foreground = "#928374"
frame_color = "#1d2021"
timeout = 3

[urgency_normal]
foreground = "#ebdbb2"
background = "#1d2021"
frame_color = "#1d2021"
timeout = 5

[urgency_critical]
Expand Down
36 changes: 36 additions & 0 deletions dunst/dunstrc-solarized_osaka
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[global]
monitor = 0
frame_color = "#89b4fa"
separator_color= frame
follow = keyboard
width = 370
height = 350
offset = 10x92
padding = 10
horizontal_padding = 10
transparency = 0
font = IosevkaMayuKaiCodePro 12
format = "<b>%s</b>\n%b"
min_icon_size = 32
max_icon_size = 128
icon_path = usr/share/icons/Papirus-Dark/48x48/actions/:/usr/share/icons/Papirus-Dark/48x48/apps/:/usr/share/icons/Papirus-Dark/48x48/devices/:/usr/share/icons/Papirus-Dark/48x48/emblems/:/usr/share/icons/Papirus-Dark/48x48/emotes/:/usr/share/icons/Papirus-Dark/48x48/mimetypes/:/usr/share/icons/Papirus-Dark/48x48/places/:/usr/share/icons/Papirus-Dark/48x48/status/:/home/bugs/.config/icons/
corner_radius = 10

[urgency_low]
background = "#00141A"
foreground = "#839495"
frame_color = "#00141A"
timeout = 3


[urgency_normal]
background = "#00141A"
foreground = "#839495"
frame_color = "#00141A"
timeout = 3

[urgency_critical]
background = "#DC312E"
foreground = "#00141A"
frame_color = "#DC312E"
timeout = 10

0 comments on commit 72953c7

Please sign in to comment.