diff --git a/dunst/dunstrc b/dunst/dunstrc index 71e2a31..9169637 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -15,7 +15,7 @@ # # If this option is set to mouse or keyboard, the monitor option # will be ignored. - follow = mouse + follow = keyboard # The geometry of the window: # [{width}]x{height}[+/-{x}+/-{y}] @@ -29,7 +29,7 @@ # 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 = "320x5-50+57" + geometry = "320x5+20+20" # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes @@ -41,7 +41,7 @@ # The transparency of the window. Range: [0; 100]. # This option will only work if a compositing window manager is # present (e.g. xcompmgr, compiz, etc.). - transparency = 20 + transparency = 0 # The height of the entire notification. If the height is smaller # than the font height and padding combined, it will be raised @@ -86,7 +86,7 @@ ### Text ### - font = Overpass Mono 14 + font = Fira Code 14 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -183,7 +183,7 @@ dmenu = /usr/bin/rofi -dmenu -p "Open:" -config ~/.config/rofi/dunst.rasi # Browser for opening urls in context menu. - browser = /usr/bin/google-chrome-stable --force-device-scale-factor=1.20 + browser = /usr/bin/firefox --force-device-scale-factor=1.20 # Always run rule-defined scripts, even if the notification is suppressed always_run_script = true diff --git a/polybar/config b/polybar/config index 5beacca..63492c0 100644 --- a/polybar/config +++ b/polybar/config @@ -31,7 +31,7 @@ margin-top = 20 margin-bottom = 20 [bar/top] -font-0 = "Fira Code:pixelsize=9#1" +font-0 = "Fira Code:pixelsize=9.5#1" font-1 = "siji:pixelsize=10#1" font-2 = "Font Awesome 5 Free Regular:size=10;1" font-3 = "Font Awesome 5 Free Solid:size=10;1" @@ -45,13 +45,13 @@ override-redirect = false width = 100% height = 24 -# bottom = 1 +bottom = 1 background = ${colors.background} foreground = ${colors.foreground} -padding-left = 8 -padding-right = 8 +padding-left = 16 +padding-right = 16 module-margin = 1 modules-left = dwm title diff --git a/wallpaper.jpg b/wallpaper.jpg index 2f856a8..784f279 100644 Binary files a/wallpaper.jpg and b/wallpaper.jpg differ