diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-09-06 12:59:39 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-09-06 12:59:39 +0100 |
| commit | 969504037bed066630976a7c6bfa52bb5c4a0ad3 (patch) | |
| tree | 07b944067e1e5716872562a8a00ba0b0286215c1 | |
| parent | 3c68d302d1d8e42b5db7ddd23a4eb9124f861dc8 (diff) | |
Updated cow.conf to allow the option to add an FVWM-style image column along the menu's left edge
| -rw-r--r-- | .config/cow/cow.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf index ab407f6..44ec0df 100644 --- a/.config/cow/cow.conf +++ b/.config/cow/cow.conf @@ -633,6 +633,10 @@ menu-style padding.x 8 menu-style padding.y 3 menu-style icon.size 16 menu-style icon.gap 4 +# An FVWM-style image column along the menu's left edge: +# menu-style side.colour 0x0f3977 +# menu-style side.width 24 +# menu-style side.image menu-side.xpm menu-style title.underlines 2 menu-style automatic.hotkeys true |
