diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-08-10 00:51:38 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-08-10 00:51:38 -0500 |
commit | 0949414e76c75da02efb07dbe747f3387a24d2c0 (patch) | |
tree | 388c0ca6586b2301d9686ba8d37aa18672bf70a7 /dunst | |
parent | a3d99f320ae18449e35725cb433112f8c06943d6 (diff) | |
download | dotconfig-0949414e76c75da02efb07dbe747f3387a24d2c0.tar.xz dotconfig-0949414e76c75da02efb07dbe747f3387a24d2c0.zip |
changed name of home dirs and other small tweaks
Diffstat (limited to 'dunst')
-rw-r--r-- | dunst/dunstrc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dunst/dunstrc b/dunst/dunstrc index 5339b85..d4565ff 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -81,10 +81,10 @@ # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 3 + frame_width = 1 # Defines color of the frame around the notification window. - frame_color = "#aaaaaa" + frame_color = "#11d72e" # Define a color for the separator. # possible values are: @@ -106,7 +106,7 @@ ### Text ### - font = Monospace 8 + font = TamsynPango 12 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -192,7 +192,7 @@ min_icon_size = 0 # Scale larger icons down to this size, set to 0 to disable - max_icon_size = 32 + max_icon_size = 128 # Paths to default icons. icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ @@ -327,9 +327,9 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#222222" - foreground = "#888888" - timeout = 10 + background = "#101010" + foreground = "#ffffff" + timeout = 4 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon |