diff options
| author | 2026-05-13 13:43:38 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:38 +0100 | |
| commit | edc642139610cd9923130558ae96cef6c55958a7 (patch) | |
| tree | 1d5e5d5818af59bfb1845b1478c30da40c5ad99b /dot_config/wob | |
| parent | 4b5d9fff2b42784c5c483de0f731d66f85954ba1 (diff) | |
| download | dotfiles-edc642139610cd9923130558ae96cef6c55958a7.tar.gz dotfiles-edc642139610cd9923130558ae96cef6c55958a7.tar.bz2 dotfiles-edc642139610cd9923130558ae96cef6c55958a7.zip | |
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.
Diffstat (limited to 'dot_config/wob')
| -rw-r--r-- | dot_config/wob/wob.ini | 12 |
1 files changed, 6 insertions, 6 deletions
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 |
