Polybar & dunst update

lightmode
E. Almqvist 4 years ago
parent b86f679949
commit 603426687c
  1. 10
      dunst/dunstrc
  2. 8
      polybar/config
  3. BIN
      wallpaper.jpg

@ -15,7 +15,7 @@
# #
# If this option is set to mouse or keyboard, the monitor option # If this option is set to mouse or keyboard, the monitor option
# will be ignored. # will be ignored.
follow = mouse follow = keyboard
# The geometry of the window: # The geometry of the window:
# [{width}]x{height}[+/-{x}+/-{y}] # [{width}]x{height}[+/-{x}+/-{y}]
@ -29,7 +29,7 @@
# the top and down respectively. # the top and down respectively.
# The width can be negative. In this case the actual width is the # The width can be negative. In this case the actual width is the
# screen width minus the width defined in within the geometry option. # 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). # Show how many messages are currently hidden (because of geometry).
indicate_hidden = yes indicate_hidden = yes
@ -41,7 +41,7 @@
# The transparency of the window. Range: [0; 100]. # The transparency of the window. Range: [0; 100].
# This option will only work if a compositing window manager is # This option will only work if a compositing window manager is
# present (e.g. xcompmgr, compiz, etc.). # present (e.g. xcompmgr, compiz, etc.).
transparency = 20 transparency = 0
# The height of the entire notification. If the height is smaller # The height of the entire notification. If the height is smaller
# than the font height and padding combined, it will be raised # than the font height and padding combined, it will be raised
@ -86,7 +86,7 @@
### Text ### ### Text ###
font = Overpass Mono 14 font = Fira Code 14
# The spacing between lines. If the height is smaller than the # The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height. # 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 dmenu = /usr/bin/rofi -dmenu -p "Open:" -config ~/.config/rofi/dunst.rasi
# Browser for opening urls in context menu. # 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 rule-defined scripts, even if the notification is suppressed
always_run_script = true always_run_script = true

@ -31,7 +31,7 @@ margin-top = 20
margin-bottom = 20 margin-bottom = 20
[bar/top] [bar/top]
font-0 = "Fira Code:pixelsize=9#1" font-0 = "Fira Code:pixelsize=9.5#1"
font-1 = "siji:pixelsize=10#1" font-1 = "siji:pixelsize=10#1"
font-2 = "Font Awesome 5 Free Regular:size=10;1" font-2 = "Font Awesome 5 Free Regular:size=10;1"
font-3 = "Font Awesome 5 Free Solid:size=10;1" font-3 = "Font Awesome 5 Free Solid:size=10;1"
@ -45,13 +45,13 @@ override-redirect = false
width = 100% width = 100%
height = 24 height = 24
# bottom = 1 bottom = 1
background = ${colors.background} background = ${colors.background}
foreground = ${colors.foreground} foreground = ${colors.foreground}
padding-left = 8 padding-left = 16
padding-right = 8 padding-right = 16
module-margin = 1 module-margin = 1
modules-left = dwm title modules-left = dwm title

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 25 MiB

Loading…
Cancel
Save