diff options
| author | Josh <joshott16@gmail.com> | 2025-07-29 13:21:48 -0400 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2025-07-29 13:21:48 -0400 |
| commit | 4219d63336356fee619f58fc82ccbbbda0f65049 (patch) | |
| tree | 9bb83b7268c73cd22bbbd3144269dc97577bdd37 /wallust/templates/dunstrc | |
| parent | 3e6b5bcd05e19f1043c614b7bbed3b07267b8534 (diff) | |
| download | dotfiles-4219d63336356fee619f58fc82ccbbbda0f65049.tar.gz dotfiles-4219d63336356fee619f58fc82ccbbbda0f65049.zip | |
rofi and dunst
Diffstat (limited to 'wallust/templates/dunstrc')
| -rw-r--r-- | wallust/templates/dunstrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wallust/templates/dunstrc b/wallust/templates/dunstrc index fdf9c88..68585bc 100644 --- a/wallust/templates/dunstrc +++ b/wallust/templates/dunstrc @@ -1,7 +1,7 @@ [global] horizontal_padding = 12 -frame_width = 2 -font = LilexNerdFont 11 +frame_width = 3 +font = LilexNerdFont 16 icon_theme = Papyrus corner_radius = 16 @@ -17,6 +17,6 @@ background = "{{background}}" foreground = "{{foreground}}" [urgency_critical] -background = "{{color15}}" +background = "{{color11}}" foreground = "{{background}}" -frame_color = "{{color7}}" +frame_color = "{{color3}}" |