From edc642139610cd9923130558ae96cef6c55958a7 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:38 +0100 Subject: style(wob): bigger overlay, top anchor Move OSD to top, increase height/width, thicker border and padding. Colors were already fully opaque (ff alpha) -- no change needed there. --- dot_config/wob/wob.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'dot_config/wob') diff --git a/dot_config/wob/wob.ini b/dot_config/wob/wob.ini index 93758dd..733a2a9 100644 --- a/dot_config/wob/wob.ini +++ b/dot_config/wob/wob.ini @@ -1,10 +1,10 @@ # gruvbox-flavored wob overlay (fed by vol-osd.sh / brightness-osd.sh). -anchor = bottom -margin = 60 -border_size = 1 -bar_padding = 3 -height = 32 -width = 280 +anchor = top +margin = 80 +border_size = 2 +bar_padding = 5 +height = 56 +width = 480 border_color = ffebdbb2 background_color = ff282828 bar_color = fffabd2f -- cgit v1.3.1