dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit cabed853fe3afc044af62dcc84a870b5b64e894c
parent ebff484c6e45553c7fd16b3d5cd4a7936434decd
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 21 May 2024 12:47:35 +0100

style changes :: colours,font,geometry,follow

Diffstat:
Mdunst/.config/dunst/dunstrc | 34++++++++++++++++++----------------
1 file changed, 18 insertions(+), 16 deletions(-)

diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc @@ -19,7 +19,7 @@ # # If this option is set to mouse or keyboard, the monitor option # will be ignored. - follow = none + follow = mouse # The geometry of the window: # [{width}]x{height}[+/-{x}+/-{y}] @@ -33,11 +33,11 @@ # the top and down respectively. # The width can be negative. In this case the actual width is the # screen width minus the width defined in within the geometry option. - #geometry = "300x5+810+100" - width = "0" - height = "150" - origin = "top-left" - offset = "810x100" + geometry = "300x5-30+20" + #width = "0" + #height = "150" + #origin = "top-left" + #offset = "810x100" # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes @@ -69,7 +69,7 @@ # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 3 + frame_width = 4 # Defines color of the frame around the notification window. frame_color = "#deb14f" @@ -93,7 +93,9 @@ ### Text ### - font = BPmono 10 + # requires OTB font format + # https://font.gohu.org/gohufont-2.1-otb.tar.gz + font = Gohu GohuFont 11 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -253,24 +255,24 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#555" - foreground = "#baba9e" - frame_color = "#807b64" + background = "#454545" + foreground = "#c9b09a" + frame_color = "#628185" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#2b2b2d" - foreground = "#bbbbbb" + background = "#1f1d1b" + foreground = "#fbf0d2" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon [urgency_critical] - background = "#883c43" - foreground = "#bbbbbb" - frame_color = "#bb6767" + background = "#bb6055" + foreground = "#181512" + frame_color = "#c94539" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable #icon = /path/to/icon