Page Indicator: Difference between revisions

From Fvwm Extensions (configs) Archive
Jump to navigation Jump to search
No edit summary
No edit summary
Line 33: Line 33:
'''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]/deskPgNo.txt'<br>
''Read $[HOME]/.fvwm/deskPgNo.txt'<br>


__NOTOC____NOEDITSECTION__
__NOTOC____NOEDITSECTION__

Revision as of 11:38, 12 July 2025

Image

Page Indicator (function) a horizontal Desk and page indicator shows the desk number and indicates which page is currently being displayed. Requires a mouse click to display the numbers.

## FILE 1
## Functions: deskPgNo.txt

ColorSet 15 RootTransparent Buffer, Tint #4A516A 50, fg white, bg black

DestroyFunc DeskPgNo
AddToFunc DeskPgNo
+ I Current InfoStoreAdd CURRENTWINDOW $[w.id]
+ I AddToMenu DeskNoMenu "  CURRENT Desk: $[desk.n] | Page: $[page.nx] - $[page.ny]  "  Title
+ I + DynamicPopDownAction DestroyMenu DeskNoMenu
+ I WindowId $[infostore.CURRENTWINDOW] WarpToWindow 50 50
+ I Popup DeskNoMenu Colorset 6

## Desk Number Panel

Module FvwmButtons NoDeskI
DestroyModuleConfig NoDeskI: *
*NoDeskI: Geometry 264x32+8+10
*NoDeskI: Fore #ffffff
*NoDeskI: Rows 1
*NoDeskI: Pixmap none
*NoDeskI: Frame 0
*NoDeskI: (80x1, Title "DESK NO:", Font "xft:Sans:Bold:size=10:antialias=True", Back #2c4e5e)
*NoDeskI: (50x1, Title "click", Action DeskPgNo, Colorset 15)
*NoDeskI: (134x1, Action DeskPgNo, Back #cadfdb, Colorset 15)

Style NoDeskI !Title, !Borders, 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/deskPgNo.txt'