Task Curve Panel: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
<pre> | <pre> | ||
## FILE 1: taskBCurve.txt | ## FILE 1: taskBCurve.txt | ||
## Modules | |||
DestroyMenu MenuStart | DestroyMenu MenuStart | ||
| Line 15: | Line 16: | ||
## Taskbar | ## Taskbar | ||
SetEnv tpc-image $[HOME]/icons | SetEnv tpc-image $[HOME]/.fvwm/icons | ||
Module FvwmButtons TaskButtonsCurve | Module FvwmButtons TaskButtonsCurve | ||
| Line 44: | Line 45: | ||
'''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]/taskBCurve.txt'' | ''Read $[HOME]/.fvwm/taskBCurve.txt'' | ||
__NOTOC____NOEDITSECTION__ | __NOTOC____NOEDITSECTION__ | ||
Latest revision as of 12:05, 12 July 2025
Task Curve Panel (modules) is made of FvwmButtons. The main panel building modules that lays out a panel into a series of buttons, such as this task bar based on Somatic theme.
Based on David Lanham’s Somatic theme.
## FILE 1: taskBCurve.txt
## Modules
DestroyMenu MenuStart
AddToMenu MenuStart
Test (x xfce4-appfinder) + "Apps " Exec exec xfce4-appfinder
+ "-" Nop
+ "Refresh " Restart
+ "Logout " Module FvwmScript FvwmScript-ConfirmQuit
## Taskbar
SetEnv tpc-image $[HOME]/.fvwm/icons
Module FvwmButtons TaskButtonsCurve
DestroyModuleConfig TaskButtonsCurve: *
*TaskButtonsCurve: Geometry 730x36+0+3
*TaskButtonsCurve: Colorset 111
*TaskButtonsCurve: Frame 0
*TaskButtonsCurve: Rows 1
*TaskButtonsCurve: Padding 0 0
*TaskButtonsCurve: (60x1, Icon $[tpc-image]/Fvwm-58x20.png, Colorset 272, ActionOnPress, Action(Mouse 1) Menu MenuStart Rectangle +$left+28 0 12m)
*TaskButtonsCurve: (341x1, Swallow FvwmIconMan 'Module FvwmIconMan', Frame 2)
Test (x stalonetray) *TaskButtonsCurve: (120x1, Colorset 111, Swallow(NoClose,UseOld) \
stalonetray 'Exec exec stalonetray --config \
"$[FVWM_DATADIR]/default-config/.stalonetrayrc"', Frame 0)
*TaskButtonsCurve: (5x1, Colorset 111)
*TaskButtonsCurve: (37x1, Icon $[tpc-image]/curve2.png, Colorset 266)
#*TaskButtonsCurve: (5x1, Back #6da2e3)
## Style setting
Style TaskButtonsCurve !Borders, !Title, WindowListSkip, Sticky
HOW TO:
Copy the code and paste it into your config. Or create FILE 1 and run the below line:
Read $[HOME]/.fvwm/taskBCurve.txt
