Thin Decor: Difference between revisions

From Fvwm Extensions (configs) Archive
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
[[File:thin-decor.png|right|150px|link=Thin Decor|Image]] '''[[Thin Decor]]''' <small>''(decor)''</small> A thin and stylish configuration for the looks of the windows.
[[File:thin-decor.png|right|150px|link=Thin Decor|Image]] '''[[Thin Decor]]''' <small>''(decors)''</small> A thin and stylish configuration for the looks of the windows.


<pre>
<pre>
## FILE 1
## FILE 1: thinDec.txt
## Decor: thinDec.txt
## Decors


## Title active color
## Title active color
Line 49: Line 49:
'''HOW TO''':
'''HOW TO''':
Copy the code and paste it into your config. Or create FILE 1 and run the below line:<br>
Copy the code and paste it into your config. Or create FILE 1 and run the below line:<br>
''Read $[HOME]/thindec.txt''<br>
''Read $[HOME]/.fvwm/thindec.txt''<br>


[[Category:decor]]
[[Category:decor]]
[[Category:codes]]
[[Category:codes]]

Latest revision as of 11:52, 12 July 2025

Image

Thin Decor (decors) A thin and stylish configuration for the looks of the windows.

## FILE 1: thinDec.txt
## Decors

## Title active color
Colorset 40 fg #ffffff, bg #2b4e5e, hi #2b4e5e, sh #2b4e5e, Plain, NoShape

## Title inactive color
Colorset 41 fg #000000, bg #028383, hi, sh, Plain, NoShape

## DECORATIONS

## Reset all buttons.
ButtonStyle Reset

#### Window Buttons: [1 3 5 7 9  TTTTT  0 8 6 4 2]
# 1 - Open the WindowOps menu.
# 2 - Close on single click, Destroy on double click.
# 4 - Maximize (right/middle button will only maximize vertical/horizontal)
# 6 - Iconify (minimize)
####

Mouse 1 2 A Close

# Titel bar (active "- x" and inactive "...")

TitleStyle Centered Height 23 -- Flat
ButtonStyle All Inactive Vector 5 47x47@3 57x53@3 53x53@3 53x47@3 47x47@3 -- Flat
AddButtonStyle 1 Active Vector 5 45x45@3 55x45@3 55x55@3 45x55@3 45x45@3 # Menu
AddButtonStyle 2 Active Vector 4 35x35@3 65x65@3 65x35@4 35x65@3 # Close
AddButtonStyle 4 Active Vector 8 30x70@3 30x30@3 70x30@3 70x70@3 30x70@3 \
                 30x50@4 50x50@3 50x70@3
AddButtonStyle 6 Active Vector 5 35x60@3 65x60@3 65x50@3 35x50@3 35x60@3 # Iconify

## Decoration Styles

TitleStyle Centered Height 26 -- Flat
Style * Colorset 1, HilightColorset 40 # inactive and active title bar
Style * BorderColorset 1, HilightBorderColorset 4

## Special Rules

Style * !Handles, BorderWidth 1, HandleWidth 0


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