Fluxbox menu has sharp edges
3 posts
• Page 1 of 1
- Posts: 251 JawsThemeSwimming428
- Joined: 16 Mar 2008
#1
This is going to sound very stupid but I noticed after a recent update that the Fluxbox menu no longer has rounded edges. Can I get that back? I think it looked better.
-
anticapitalista
- Posts: 5,959
- Site Admin
- Joined: 11 Sep 2007
#2
The fluxbox app got upgraded and it messes up the configured one in antiX.
If you like round edges for all styles, the best way is:
Navigate to the hidden fluxbox folder in your home directory and opn overlay file.
add these lines.
# add rounded corners to the menu
menu.roundCorners: TopRight TopLeft BottomRight BottomLeft
# add rounded corners to the windows
window.roundCorners: TopRight TopLeft BottomRight BottomLeft
# add rounded corners to the toolbar (only applies to the top corners)
toolbar.shaped: true
background: none
If you like round edges for all styles, the best way is:
Navigate to the hidden fluxbox folder in your home directory and opn overlay file.
add these lines.
# add rounded corners to the menu
menu.roundCorners: TopRight TopLeft BottomRight BottomLeft
# add rounded corners to the windows
window.roundCorners: TopRight TopLeft BottomRight BottomLeft
# add rounded corners to the toolbar (only applies to the top corners)
toolbar.shaped: true
background: none
- Posts: 251 JawsThemeSwimming428
- Joined: 16 Mar 2008
#3
Thanks anti!