Menu Blue: Difference between revisions

From Fvwm Extensions (configs) Archive
Jump to navigation Jump to search
(Created page with "right|150px|link=Menu Blue|Image '''Menu Blue''' <small>''(styles)''</small> is similar to Styles, so all the menus look the same, such as this Blue Menu. <pre> ## FILE 1 ## Styles: mBlue.conf ## Color and shape for menus. ## MENUS ## Menu Styling MenuStyle * MenuColorset 0, ActiveColorset 1, GreyedColorset 7, TitleColorset 10 MenuStyle * Hilight3DOff, HilightBack, HilightTitleBack, SeparatorsLong MenuStyle * TrianglesSolid, TrianglesUseFore...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


<pre>
<pre>
## FILE 1
## FILE 1: mBlue.txt
## Styles: mBlue.conf
## Styles
## Color and shape for menus.
## Color and shape for menus.


Line 18: Line 18:
....
....
'''HOW TO''':
'''HOW TO''':
Create folder ''.fvwm/core/2Styles/MenuBlue''<br>
Copy the code and paste it into your config. Or create FILE 1 and run the below line:<br>
Copy FILE 1 and run the below line:<br>
''Read $[HOME]/.fvwm/mBlue.txt'<br>
''Read $[CORE_DIR]/2Styles/MenuBlue/mBlue.conf'<br>


__NOTOC____NOEDITSECTION__
__NOTOC____NOEDITSECTION__
Line 26: Line 25:
[[Category:styles]]
[[Category:styles]]
[[Category:col-shape]]
[[Category:col-shape]]
[[Category:codes]]

Latest revision as of 11:41, 12 July 2025

Image

Menu Blue (styles) is similar to Styles, so all the menus look the same, such as this Blue Menu.

## FILE 1: mBlue.txt
## Styles
## Color and shape for menus.

## MENUS
## Menu Styling

MenuStyle * MenuColorset 0, ActiveColorset 1, GreyedColorset 7, TitleColorset 10
MenuStyle * Hilight3DOff, HilightBack, HilightTitleBack, SeparatorsLong
MenuStyle * TrianglesSolid, TrianglesUseFore
MenuStyle * Font "xft:Noto:Sans:size=12"
MenuStyle * ItemFormat "%|%4.2i%5.3l%5.3>%|"
MenuStyle * BorderWidth 0

.... HOW TO: Copy the code and paste it into your config. Or create FILE 1 and run the below line:
Read $[HOME]/.fvwm/mBlue.txt'