Restructing the entire dotfile repo!
432
.fvwm/config
Normal file
@@ -0,0 +1,432 @@
|
||||
# Date : Tue Nov 28 22:23:25 CST 2017
|
||||
# Author : abel-abel
|
||||
|
||||
# Most of the configuration are copied from:
|
||||
# http://zensites.net/fvwm/guide/
|
||||
# I only changed/added/remove some configurations.
|
||||
|
||||
# ==================================================
|
||||
# $HOME/.fvwm/config
|
||||
|
||||
SetEnv img_home $[HOME]/Pictures
|
||||
SetEnv fvwm_home $[HOME]/.fvwm
|
||||
SetEnv fvwm_img $[fvwm_home]/images
|
||||
SetEnv fvwm_icon $[fvwm_img]/icons
|
||||
SetEnv fvwm_wallpaper $[fvwm_img]/wallpaper
|
||||
|
||||
SetEnv fvwm_music_player /usr/bin/deadbeef
|
||||
SetEnv fvwm_video_player /usr/bin/vlc
|
||||
SetEnv fvwm_editor /usr/bin/geany
|
||||
SetEnv fvwm_ss /usr/bin/ss-qt5
|
||||
|
||||
ImagePath $[fvwm_icon]:$[fvwm_icon];.png:$[fvwm_wallpaper]:+
|
||||
|
||||
DesktopSize 3x3
|
||||
DesktopName 0 Main
|
||||
DesktopName 1 Code
|
||||
DesktopName 2 Read
|
||||
|
||||
EdgeScroll 50 50
|
||||
EdgeResistance 10
|
||||
EdgeThickness 5
|
||||
|
||||
ClickTime 350
|
||||
MoveThreshold 3
|
||||
Style * SloppyFocus, MouseFocusClickRaises
|
||||
|
||||
EwmhBaseStruts 62 162 0 48
|
||||
IgnoreModifiers L25
|
||||
SnapGrid 20 20
|
||||
|
||||
# Function template (emacs yasnippet: fvwmapp)
|
||||
|
||||
# DestroyFunc Fvwm-hello
|
||||
# AddToFunc Fvwm-hello
|
||||
# + I (immediately)
|
||||
# + C (click)
|
||||
# + D (double click)
|
||||
# + M (move)
|
||||
# + H (hold)
|
||||
|
||||
DestroyFunc FvwmRofi
|
||||
AddToFunc FvwmRofi
|
||||
+ I Exec exec rofi -show run
|
||||
|
||||
DestroyFunc FvwmTerm
|
||||
AddToFunc FvwmTerm
|
||||
+ I Exec exec termite
|
||||
|
||||
DestroyFunc FvwmBrowser
|
||||
AddToFunc FvwmBrowser
|
||||
+ I Exec exec firefox
|
||||
|
||||
DestroyFunc FvwmEditor
|
||||
AddToFunc FvwmEditor
|
||||
+ I Exec exec $[fvwm_editor]
|
||||
|
||||
DestroyFunc FvwmSS
|
||||
AddToFunc FvwmSS
|
||||
+ I Exec exec fvwm_ss
|
||||
|
||||
DestroyFunc FvwmMusicPlayer
|
||||
AddToFunc FvwmMusicPlayer
|
||||
+ I Exec exec $[fvwm_music_player]
|
||||
|
||||
DestroyFunc FvwmVideoPlayer
|
||||
AddToFunc FvwmVideoPlayer
|
||||
+ I Exec exec $[fvwm_video_player]
|
||||
|
||||
DestroyFunc FvwmObs
|
||||
AddToFunc FvwmObs
|
||||
+ I Exec exec obs
|
||||
|
||||
DestroyFunc FvwmRecord
|
||||
AddToFunc FvwmRecord
|
||||
+ I Exec exec simplescreenrecorder
|
||||
|
||||
DestroyFunc FvwmScreenkey
|
||||
AddToFunc FvwmScreenkey
|
||||
+ I Exec exec screenkey
|
||||
|
||||
DestroyFunc FvwmHtop
|
||||
AddToFunc FvwmHtop
|
||||
+ I Exec exec termite -e htop
|
||||
|
||||
DestroyFunc FvwmChat
|
||||
AddToFunc FvwmChat
|
||||
+ I Exec exec /usr/bin/hexchat
|
||||
|
||||
DestroyFunc FvwmGimp
|
||||
AddToFunc FvwmGimp
|
||||
+ I Exec exec /usr/bin/gimp
|
||||
|
||||
DestroyFunc FvwmShutdown
|
||||
AddToFunc FvwmShutdown
|
||||
+ I Exec exec /sbin/shutdown -h now
|
||||
|
||||
DestroyFunc FvwmLaunch
|
||||
AddToFunc FvwmLaunch
|
||||
+ I Exec exec xfce4-appfinder
|
||||
|
||||
DestroyFunc FvwmFileManager
|
||||
AddToFunc FvwmFileManager
|
||||
+ I Exec exec pcmanfm
|
||||
|
||||
DestroyFunc FvwmDeadbeefPrev
|
||||
AddToFunc FvwmDeadbeefPrev
|
||||
+ I Exec exec deadbeef --prev
|
||||
|
||||
DestroyFunc FvwmDeadbeefStop
|
||||
AddToFunc FvwmDeadbeefStop
|
||||
+ I Exec exec deadbeef --stop
|
||||
|
||||
DestroyFunc FvwmDeadbeefStart
|
||||
AddToFunc FvwmDeadbeefStart
|
||||
+ I Exec exec deadbeef --start
|
||||
|
||||
DestroyFunc FvwmDeadbeefNext
|
||||
AddToFunc FvwmDeadbeefNext
|
||||
+ I Exec exec deadbeef --next
|
||||
|
||||
DestroyFunc FvwmIconifyOrShade
|
||||
AddToFunc FvwmIconifyOrShade
|
||||
+ C Iconify
|
||||
+ D WindowShade
|
||||
|
||||
DestroyFunc FvwmIconify
|
||||
AddToFunc FvwmIconify
|
||||
+ C Iconify
|
||||
|
||||
DestroyFunc FvwmMove
|
||||
AddToFunc FvwmMove
|
||||
+ M Move
|
||||
|
||||
DestroyFunc FvwmResize
|
||||
AddToFunc FvwmResize
|
||||
+ M Resize
|
||||
|
||||
DestroyFunc FvwmWindowScreenshot
|
||||
AddToFunc FvwmWindowScreenshot
|
||||
+ I ThisWindow (!Shaded !Iconic Iconifiable) \
|
||||
Exec import -window $[w.id] -quality 100 -silent \
|
||||
"$[img_home]/screenshot/screenshot-`date +%F[%R]`.$[w.id].jpg"
|
||||
|
||||
DestroyFunc FvwmDesktopScreenshot
|
||||
AddToFunc FvwmDesktopScreenshot
|
||||
+ I Exec sleep $0; import -window root -quality 100 -silent \
|
||||
"$[img_home]/screenshot/screenshot-`date +%F[%R]`.jpg"
|
||||
|
||||
DestroyFunc InitFunction
|
||||
AddToFunc InitFunction
|
||||
# will cause problems when move windows across pages
|
||||
+ I Exec exec compton &
|
||||
+ I Exec exec feh --bg-scale $[fvwm_wallpaper]/breath_edited_by_kn8fury-dazpiwg.png
|
||||
+ I Exec exec rofi -show run
|
||||
# + I FvwmTerm
|
||||
# + I FvwmMusicPlayer
|
||||
# + I FvwmBrowser
|
||||
# + I Exec exec xscreensaver
|
||||
|
||||
DestroyFunc StartFunction
|
||||
AddToFunc StartFunction
|
||||
+ I Module FvwmPager 0 2
|
||||
+ I Module FvwmButtons MyButtons
|
||||
+ I Module FvwmButtons MyButtons2
|
||||
|
||||
DestroyFunc RestartFunction
|
||||
AddToFunc RestartFunction
|
||||
+ I Module FvwmTaskBar
|
||||
|
||||
DestroyFunc FvwmWindowShade
|
||||
AddToFunc FvwmWindowShade
|
||||
+ I WindowShade $0
|
||||
|
||||
DestroyFunc FvwmMaximize
|
||||
AddToFunc FvwmMaximize
|
||||
+ I Maximize $0 $1
|
||||
|
||||
DestroyFunc FvwmDeleteOrDestroy
|
||||
AddToFunc FvwmDeleteOrDestroy
|
||||
+ C Delete
|
||||
+ D Destroy
|
||||
|
||||
# Template
|
||||
# Key X Context Modifier Action
|
||||
# Modifier is any combination of the following:
|
||||
# (A)ny, (C)ontrol, (S)hift, (M)eta, (N)othing, or 1-5, representing the X Modifiers mod1-mod5 (man xmodmap).
|
||||
Key Super_L A S FvwmTerm
|
||||
Key F1 A M Menu FvwmRootMenu
|
||||
Key F2 A M FvwmLaunch
|
||||
Key F4 A M Close
|
||||
Key F11 A C FvwmMaximize 100 100
|
||||
|
||||
# Mouse 3 R A Menu FvwmWindowOpsMenu
|
||||
Mouse 4 T A FvwmWindowShade True
|
||||
Mouse 5 T A FvwmWindowShade False
|
||||
|
||||
Mouse 3 I A FvwmIconify
|
||||
Mouse 3 T A FvwmIconify
|
||||
|
||||
Mouse 3 W M FvwmMove
|
||||
Mouse 3 W S FvwmResize
|
||||
|
||||
Mouse 1 R A Menu FvwmRootMenu
|
||||
Mouse 3 R A Menu FvwmOpsMenu
|
||||
|
||||
Mouse 1 5 A FvwmMaximize 100 100
|
||||
Mouse 2 5 A FvwmMaximize 0 100
|
||||
Mouse 3 5 A FvwmMaximize 100 0
|
||||
|
||||
Mouse 1 3 A FvwmIconifyOrShade
|
||||
|
||||
Mouse 1 1 A FvwmDeleteOrDestroy
|
||||
|
||||
# Colorset 6 fg #343434, bg #ebebeb # title
|
||||
# Colorset 3 fg #400c04, bg #d16952 # red
|
||||
# Colorset 4 fg #ad8529, bg #e5bf45 # yellow
|
||||
# Colorset 5 fg #2a520d, bg #76c24c # green
|
||||
|
||||
Colorset 3 fg #A9FFDE, bg #e6e7d7 # fg: darkblue, bg: milk white
|
||||
Colorset 4 fg White, bg #a6a797 # fg: black, bg: gray
|
||||
Colorset 5 fg White, bg Black
|
||||
|
||||
DestroyDecor MyDecor
|
||||
AddToDecor MyDecor
|
||||
+ TitleStyle LeftJustified Height 18
|
||||
+ BorderStyle Simple -- NoInset Flat
|
||||
+ ButtonStyle All -- UseTitleStyle
|
||||
+ TitleStyle -- Flat
|
||||
|
||||
+ ButtonStyle 1 ActiveUp Vector 4 30x30@3 60x60@3 60x30@4 30x60@3 -- Flat
|
||||
+ ButtonStyle 1 ActiveDown Vector 4 30x30@3 60x60@3 60x30@4 30x60@3 -- Flat
|
||||
+ ButtonStyle 1 Inactive Vector 4 30x30@3 60x60@3 60x30@4 30x60@3 -- Flat
|
||||
|
||||
+ ButtonStyle 3 ActiveUp Vector 5 30x60@3 60x60@3 60x50@3 30x50@3 30x60@3 -- Flat
|
||||
+ ButtonStyle 3 ActiveDown Vector 5 30x60@3 60x60@3 60x50@3 30x50@3 30x60@3 -- Flat
|
||||
+ ButtonStyle 3 Inactive Vector 5 30x60@3 60x60@3 60x50@3 30x50@3 30x60@3 -- Flat
|
||||
|
||||
+ ButtonStyle 5 ActiveUp Vector 7 30x30@3 30x60@3 60x60@3 60x30@3 30x30@3 30x35@3 60x35@3 -- Flat
|
||||
+ ButtonStyle 5 ActiveDown Vector 7 30x30@3 30x60@3 60x60@3 60x30@3 30x30@3 30x35@3 60x35@3 -- Flat
|
||||
+ ButtonStyle 5 Inactive Vector 7 30x30@3 30x60@3 60x60@3 60x30@3 30x30@3 30x35@3 60x35@3 -- Flat
|
||||
|
||||
|
||||
DestroyDecor UkkostaDecor
|
||||
AddToDecor UkkostaDecor
|
||||
+ TitleStyle LeftJustified Height 24
|
||||
+ ButtonStyle 1 \
|
||||
ActiveUp (Pixmap $[fvwm_img]/button/close-activeup.png -- Flat) \
|
||||
ActiveDown (Pixmap $[fvwm_img]/button/close-activedown.png -- Flat) \
|
||||
Inactive (Pixmap $[fvwm_img]/button/inactive.png -- Flat)
|
||||
+ ButtonStyle 3 \
|
||||
ActiveUp (Pixmap $[fvwm_img]/button/iconify-activeup.png -- Flat) \
|
||||
ActiveDown (Pixmap $[fvwm_img]/button/iconify-activedown.png -- Flat) \
|
||||
Inactive (Pixmap $[fvwm_img]/button/inactive.png -- Flat)
|
||||
+ ButtonStyle 5 \
|
||||
ActiveUp (Pixmap $[fvwm_img]/button/maximize-activeup.png -- Flat) \
|
||||
ActiveDown (Pixmap $[fvwm_img]/button/maximize-activedown.png -- Flat) \
|
||||
Inactive (Pixmap $[fvwm_img]/button/inactive.png -- Flat)
|
||||
+ ButtonStyle 1 - Clear
|
||||
+ ButtonStyle 3 - Clear MwmDecorMin
|
||||
+ ButtonStyle 5 - Clear MwmDecorMax
|
||||
+ TitleStyle AllActive MultiPixmap \
|
||||
Main AdjustedPixmap $[fvwm_img]/decor/title-main-active.xpm, \
|
||||
LeftEnd AdjustedPixmap $[fvwm_img]/decor/title-leftend-active.xpm, \
|
||||
RightEnd AdjustedPixmap $[fvwm_img]/decor/title-rightend-active.xpm, \
|
||||
UnderText AdjustedPixmap $[fvwm_img]/decor/title-undertext-active.xpm, \
|
||||
LeftOfText AdjustedPixmap $[fvwm_img]/decor/title-leftoftext-active.xpm, \
|
||||
RightOfext AdjustedPixmap $[fvwm_img]/decor/title-rightoftext-active.xpm
|
||||
+ TitleStyle AllInactive MultiPixmap \
|
||||
Main AdjustedPixmap $[fvwm_img]/decor/title-main-inactive.xpm, \
|
||||
LeftEnd AdjustedPixmap $[fvwm_img]/decor/title-leftend-inactive.xpm, \
|
||||
RightEnd AdjustedPixmap $[fvwm_img]/decor/title-rightend-inactive.xpm, \
|
||||
UnderText AdjustedPixmap $[fvwm_img]/decor/title-undertext-inactive.xpm, \
|
||||
LeftOfText AdjustedPixmap $[fvwm_img]/decor/title-leftoftext-inactive.xpm, \
|
||||
RightOfext AdjustedPixmap $[fvwm_img]/decor/title-rightoftext-inactive.xpm
|
||||
+ TitleStyle -- Flat
|
||||
+ BorderStyle Simple -- NoInset Flat
|
||||
+ ButtonStyle All -- UseTitleStyle
|
||||
|
||||
Style "*" UseDecor UkkostaDecor
|
||||
Style "*" Font "xft:Sans:Bold:size=9:minspace=False:antialias=True"
|
||||
# Style "*" Font "xft:WenQuanYi Zen Hei Mono:size=10"
|
||||
Style "*" BorderWidth 1, HandleWidth 1
|
||||
Style "*" MWMBorder, FirmBorder
|
||||
Style "*" Colorset 4
|
||||
Style "*" HilightColorset 3
|
||||
Style "*" BorderColorset 5
|
||||
Style "*" HilightBorderColorset 4
|
||||
|
||||
# Colorset 7 fg Black, bg #e6e7d7, sh Black, hi #202070
|
||||
Colorset 7 fg White, bg #272727, sh Black, hi #272727
|
||||
Colorset 8 fg #109567, bg #e6e7d7, sh Black, hi #272727
|
||||
|
||||
MenuStyle * PopupDelayed, PopupDelay 300, PopdownImmediately
|
||||
MenuStyle * PopupOffset -5 100, TitleWarpOff
|
||||
MenuStyle * TitleUnderlines2, SeparatorsLong, TrianglesSolid
|
||||
MenuStyle * AnimationOff, AutomaticHotkeysOff
|
||||
MenuStyle * BorderWidth 2
|
||||
MenuStyle * PopupAsSubmenu, HoldSubmenus, SubmenusRight
|
||||
MenuStyle * ItemFormat "%|%5.5i%1.3l%2.3>%|"
|
||||
MenuStyle * VerticalItemSpacing 1 1, VerticalTitleSpacing 2 2
|
||||
MenuStyle * MenuColorset 7
|
||||
MenuStyle * ActiveFore, Hilight3DOff
|
||||
MenuStyle * ActiveColorset 8
|
||||
MenuStyle * Font "Shadow=0:xft:Sans:Bold:size=8:antialias=True"
|
||||
|
||||
PipeRead fvwm-menu-xlock
|
||||
PipeRead fvwm-menu-desktop --enable-mini-icons --desktop kde
|
||||
|
||||
DestroyMenu FvwmRootMenu
|
||||
AddToMenu FvwmRootMenu "FVWM" Title
|
||||
+ "Run%menu/find.svg%" FvwmRofi
|
||||
+ "Applications%menu/applications.svg%" Popup FvwmProgramsMenu
|
||||
+ "Lock%menu/lock.png%" Popup XLockMenu
|
||||
+ "FVWM Console%menu/terminal.png%" Module FvwmConsole
|
||||
+ "XDGMenu" Popup XDGMenu
|
||||
+ "" Nop
|
||||
+ "Restart Fvwm%menu/restart.png%" Restart
|
||||
+ "Quit Fvwm%menu/quit.png%" Quit
|
||||
|
||||
DestroyMenu FvwmProgramsMenu
|
||||
AddToMenu FvwmProgramsMenu "=w=" Title
|
||||
+ "File%24x24/thunar.png%" FvwmFileManager
|
||||
+ "Editor%24x24/geany.png%" FvwmEditor
|
||||
+ "Browser%24x24/firefox.png%" FvwmBrowser
|
||||
+ "Deadbeef%24x24/deadbeef.png%" FvwmMusicPlayer
|
||||
+ "Gimp%24x24/gimp.png%" FvwmGimp
|
||||
+ "Hexchat%24x24/hexchat.png%" FvwmChat
|
||||
|
||||
DestroyMenu FvwmOpsMenu
|
||||
AddToMenu FvwmOpsMenu "^o^" Title
|
||||
+ "(Un)Stick%menu/window-stick.xpm%" Stick
|
||||
+ "Identify%menu/window-identify.xpm%" Module FvwmIdent
|
||||
+ "%menu/window.xpm%Window Screenshot" Pick (CirculateHit) FvwmWindowScreenshot
|
||||
+ "%menu/display.xpm%Screenshot" FvwmDesktopScreenshot 5
|
||||
+ "Shutdown%menu/shutdown.svg%" FvwmShutdown
|
||||
|
||||
# Colorset 9 fg rgb:00/00/00, hi rgb:00/00/00, sh rgb:00/00/00, bg rgb:e9/e9/d9
|
||||
Colorset 9 RootTransparent, fg Black, bg average, sh Black, \
|
||||
hi #202070, Tint White 30, bgTint White 60
|
||||
Colorset 10 fg rgb:00/00/00, hi rgb:dd/00/00, sh rgb:dd/00/00, bg rgb:fb/fc/ec
|
||||
|
||||
DestroyModuleConfig FvwmIdent: *
|
||||
*FvwmIdent: Colorset 9
|
||||
*FvwmIdent: Font "xft:Sans:Bold:size=12:antialias=True"
|
||||
|
||||
Style "FvwmPager" NoTitle, !Handles, !Borders, Sticky, WindowListSkip, \
|
||||
CirculateSkip, FixedPosition, FixedSize, !Iconifiable
|
||||
# StaysOnTop
|
||||
DestroyModuleConfig FvwmPager: *
|
||||
*FvwmPager: Geometry 120x300-0+0
|
||||
*FvwmPager: Colorset * 7
|
||||
*FvwmPager: HilightColorset * 9
|
||||
*FvwmPager: BalloonColorset * 7
|
||||
*FvwmPager: WindowColorsets 7 9
|
||||
*FvwmPager: Font "xft:Sans:Bold:pixelsize=12:minspace=True:antialias=True"
|
||||
*FvwmPager: Balloons All
|
||||
*FvwmPager: BalloonFont "xft:Sans:Bold:pixelsize=12:minspace=True:antialias=True"
|
||||
*FvwmPager: BallonYOffset +2
|
||||
*FvwmPager: Window3dBorders
|
||||
*FvwmPager: MiniIcons
|
||||
*FvwmPager: UseSkipList
|
||||
*FvwmPager: Rows 3
|
||||
*FvwmPager: Columns 1
|
||||
|
||||
Style "MyButtons" NoTitle, !Handles, !Borders, Sticky, WindowListSkip, \
|
||||
CirculateSkip, StaysOnBottom, FixedPosition, FixedSize, !Iconifiable
|
||||
|
||||
DestroyModuleConfig MyButtons: *
|
||||
*MyButtons: Geometry 420x40+0-0
|
||||
*MyButtons: Colorset 7
|
||||
*MyButtons: Rows 1
|
||||
*MyButtons: Columns 38
|
||||
*MyButtons: Frame 0
|
||||
*MyButtons: Font "Shadow=3:xft:Sans:Bold:pixelsize=14:minspace=True:antialias=True"
|
||||
*MyButtons: (2x1, Frame 0, Title(Center) "")
|
||||
*MyButtons: (5x1, Frame 0, Icon 24x24/24x24.png, \
|
||||
Action(Mouse 1) "FvwmRofi", \
|
||||
Action(Mouse 3) "FvwmRofi)
|
||||
*MyButtons: (5x1, Frame 0, Icon 24x24/thunar.png, \
|
||||
Action(Mouse 1) "FvwmFileManager")
|
||||
*MyButtons: (5x1, Frame 0, Icon 24x24/firefox.png, \
|
||||
Action(Mouse 1) "FvwmBrowser")
|
||||
*MyButtons: (5x1, Frame 0, Icon 24x24/terminal.png, \
|
||||
Action(Mouse 1) "FvwmTerm", \
|
||||
Action(Mouse 3) "FvwmTerm")
|
||||
*MyButtons: (5x1, Frame 0, Icon 24x24/geany.png, \
|
||||
Action(Mouse 1) "FvwmEditor")
|
||||
*MyButtons: (5x1, Frame 0, Icon 24x24/deadbeef.png, \
|
||||
Action(Mouse 1) "FvwmMusicPlayer")
|
||||
*MyButtons: (5x1, Frame 0, Icon 24x24/vlc.png, \
|
||||
Action(Mouse 1) "FvwmVideoPlayer")
|
||||
*MyButtons: (5x1, Frame 0, Icon 24x24/gimp.png, \
|
||||
Action(Mouse 1) "FvwmGimp")
|
||||
*MyButtons: (5x1, Frame 0, Icon 24x24/hexchat.png, \
|
||||
Action(Mouse 1) "FvwmChat")
|
||||
*MyButtons: (5x1, Frame 0, Icon 24x24/htop.png, \
|
||||
Action(Mouse 1) "FvwmHtop")
|
||||
*MyButtons: (1x1, Frame 0)
|
||||
|
||||
Style "MyButtons2" NoTitle, !Handles, !Borders, Sticky, WindowListSkip, \
|
||||
CirculateSkip, StaysOnBottom, FixedPosition, FixedSize, !Iconifiable
|
||||
|
||||
*MyButtons2: Geometry 220x40-0-0
|
||||
*MyButtons2: Colorset 7
|
||||
*MyButtons2: Rows 1
|
||||
*MyButtons2: Columns 5
|
||||
*MyButtons2: Frame 0
|
||||
*MyButtons2: Font "Shadow=3:xft:Sans:Bold:pixelsize=14:minspace=True:antialias=True"
|
||||
*MyButtons2: (2x1, Frame 0, Title(Center) "")
|
||||
*MyButtons2: (5x1, Frame 0, Icon 24x24/deadbeef-prev.png, \
|
||||
Action(Mouse 1) "FvwmDeadbeefPrev")
|
||||
*MyButtons2: (5x1, Frame 0, Icon 24x24/deadbeef-stop.png, \
|
||||
Action(Mouse 1) "FvwmDeadbeefStop")
|
||||
*MyButtons2: (5x1, Frame 0, Icon 24x24/deadbeef-start.png, \
|
||||
Action(Mouse 1) "FvwmDeadbeefStart")
|
||||
*MyButtons2: (5x1, Frame 0, Icon 24x24/deadbeef-next.png, \
|
||||
Action(Mouse 1) "FvwmDeadbeefNext")
|
||||
*MyButtons2: (5x1, Frame 0, Icon 24x24/logout.png, \
|
||||
Action(Mouse 1) "Quit")
|
||||
*MyButtons2: (1x1, Frame 0)
|
||||
|
||||
Style "xclock" NoTitle, FixedPosition
|
||||
BIN
.fvwm/images/button/close-activedown.png
Normal file
|
After Width: | Height: | Size: 664 B |
BIN
.fvwm/images/button/close-activeup.png
Normal file
|
After Width: | Height: | Size: 670 B |
BIN
.fvwm/images/button/iconify-activedown.png
Normal file
|
After Width: | Height: | Size: 644 B |
BIN
.fvwm/images/button/iconify-activeup.png
Normal file
|
After Width: | Height: | Size: 661 B |
BIN
.fvwm/images/button/inactive.png
Normal file
|
After Width: | Height: | Size: 423 B |
BIN
.fvwm/images/button/maximize-activedown.png
Normal file
|
After Width: | Height: | Size: 670 B |
BIN
.fvwm/images/button/maximize-activeup.png
Normal file
|
After Width: | Height: | Size: 671 B |
40
.fvwm/images/decor/title-leftend-active.xpm
Normal file
@@ -0,0 +1,40 @@
|
||||
/* XPM */
|
||||
static char * title_leftend_active_xpm[] = {
|
||||
"1 24 13 1",
|
||||
" c None",
|
||||
". c #4F4F51",
|
||||
"+ c #585859",
|
||||
"@ c #646465",
|
||||
"# c #717172",
|
||||
"$ c #767677",
|
||||
"% c #8C8C8C",
|
||||
"& c #7E7E7E",
|
||||
"* c #69696A",
|
||||
"= c #5C5C5C",
|
||||
"- c #515153",
|
||||
"; c #3F3F41",
|
||||
"> c #373739",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
"+",
|
||||
"@",
|
||||
"#",
|
||||
"#",
|
||||
"#",
|
||||
"$",
|
||||
"%",
|
||||
"&",
|
||||
"#",
|
||||
"#",
|
||||
"#",
|
||||
"*",
|
||||
"=",
|
||||
"-",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
";",
|
||||
">",
|
||||
">",
|
||||
">"};
|
||||
40
.fvwm/images/decor/title-leftend-inactive.xpm
Normal file
@@ -0,0 +1,40 @@
|
||||
/* XPM */
|
||||
static char * title_leftend_inactive_xpm[] = {
|
||||
"1 24 13 1",
|
||||
" c None",
|
||||
". c #4F4F51",
|
||||
"+ c #585859",
|
||||
"@ c #646465",
|
||||
"# c #717172",
|
||||
"$ c #767677",
|
||||
"% c #8C8C8C",
|
||||
"& c #7E7E7E",
|
||||
"* c #69696A",
|
||||
"= c #5C5C5C",
|
||||
"- c #515153",
|
||||
"; c #3F3F41",
|
||||
"> c #373739",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
"+",
|
||||
"@",
|
||||
"#",
|
||||
"#",
|
||||
"#",
|
||||
"$",
|
||||
"%",
|
||||
"&",
|
||||
"#",
|
||||
"#",
|
||||
"#",
|
||||
"*",
|
||||
"=",
|
||||
"-",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
";",
|
||||
">",
|
||||
">",
|
||||
">"};
|
||||
122
.fvwm/images/decor/title-leftoftext-active.xpm
Normal file
@@ -0,0 +1,122 @@
|
||||
/* XPM */
|
||||
static char * title_leftoftext_active_xpm[] = {
|
||||
"6 24 95 2",
|
||||
" c None",
|
||||
". c #4E4E4F",
|
||||
"+ c #868687",
|
||||
"@ c #505051",
|
||||
"# c #8A8A8B",
|
||||
"$ c #79797A",
|
||||
"% c #565657",
|
||||
"& c #989899",
|
||||
"* c #4D4D4D",
|
||||
"= c #5D5D5E",
|
||||
"- c #A6A6A8",
|
||||
"; c #4E4E4E",
|
||||
"> c #3C435B",
|
||||
", c #636364",
|
||||
"' c #B5B5B6",
|
||||
") c #565656",
|
||||
"! c #39456B",
|
||||
"~ c #68686A",
|
||||
"{ c #C3C3C4",
|
||||
"] c #616161",
|
||||
"^ c #435177",
|
||||
"/ c #6F6F71",
|
||||
"( c #D1D1D2",
|
||||
"_ c #6C6C6C",
|
||||
": c #4E5D81",
|
||||
"< c #757577",
|
||||
"[ c #DFDFE0",
|
||||
"} c #777777",
|
||||
"| c #58688C",
|
||||
"1 c #7C7C7E",
|
||||
"2 c #EEEEEE",
|
||||
"3 c #828282",
|
||||
"4 c #637496",
|
||||
"5 c #828284",
|
||||
"6 c #FCFCFC",
|
||||
"7 c #8C8C8C",
|
||||
"8 c #6E7FA1",
|
||||
"9 c #7E7E80",
|
||||
"0 c #F3F3F3",
|
||||
"a c #969696",
|
||||
"b c #7183A5",
|
||||
"c c #777779",
|
||||
"d c #E4E4E5",
|
||||
"e c #9F9F9F",
|
||||
"f c #7385A7",
|
||||
"g c #717173",
|
||||
"h c #D6D6D7",
|
||||
"i c #A9A9A9",
|
||||
"j c #7587A9",
|
||||
"k c #6B6B6D",
|
||||
"l c #C8C8C9",
|
||||
"m c #B3B3B3",
|
||||
"n c #6A7C9E",
|
||||
"o c #656566",
|
||||
"p c #BABABB",
|
||||
"q c #BDBDBD",
|
||||
"r c #607093",
|
||||
"s c #5F5F60",
|
||||
"t c #ACACAC",
|
||||
"u c #C7C7C7",
|
||||
"v c #556488",
|
||||
"w c #58585A",
|
||||
"x c #9D9D9E",
|
||||
"y c #D0D0D0",
|
||||
"z c #4C5B7F",
|
||||
"A c #525253",
|
||||
"B c #8F8F90",
|
||||
"C c #CBCBCB",
|
||||
"D c #435176",
|
||||
"E c #4C4C4D",
|
||||
"F c #818182",
|
||||
"G c #3A466D",
|
||||
"H c #454547",
|
||||
"I c #737374",
|
||||
"J c #A8A8A8",
|
||||
"K c #313D64",
|
||||
"L c #3F3F41",
|
||||
"M c #2A355C",
|
||||
"N c #39393B",
|
||||
"O c #707070",
|
||||
"P c #414760",
|
||||
"Q c #4A5169",
|
||||
"R c #515870",
|
||||
"S c #323234",
|
||||
"T c #484849",
|
||||
"U c #545454",
|
||||
"V c #676767",
|
||||
"W c #7D7D7E",
|
||||
"X c #8E8E8E",
|
||||
"Y c #2C2C2E",
|
||||
"Z c #3A3A3B",
|
||||
"` c #3D3D3E",
|
||||
" . c #414142",
|
||||
".. c #464647",
|
||||
"+. c #4A4A4B",
|
||||
". + + + + + ",
|
||||
"@ # $ $ $ $ ",
|
||||
"% & * * * * ",
|
||||
"= - ; > > > ",
|
||||
", ' ) ! ! ! ",
|
||||
"~ { ] ^ ^ ^ ",
|
||||
"/ ( _ : : : ",
|
||||
"< [ } | | | ",
|
||||
"1 2 3 4 4 4 ",
|
||||
"5 6 7 8 8 8 ",
|
||||
"9 0 a b b b ",
|
||||
"c d e f f f ",
|
||||
"g h i j j j ",
|
||||
"k l m n n n ",
|
||||
"o p q r r r ",
|
||||
"s t u v v v ",
|
||||
"w x y z z z ",
|
||||
"A B C D D D ",
|
||||
"E F q G G G ",
|
||||
"H I J K K K ",
|
||||
"L o 7 M M M ",
|
||||
"N % O P Q R ",
|
||||
"S T U V W X ",
|
||||
"Y Z ` ...+."};
|
||||
106
.fvwm/images/decor/title-leftoftext-inactive.xpm
Normal file
@@ -0,0 +1,106 @@
|
||||
/* XPM */
|
||||
static char * title_leftoftext_inactive_xpm[] = {
|
||||
"6 24 79 1",
|
||||
" c None",
|
||||
". c #4E4E4E",
|
||||
"+ c #868686",
|
||||
"@ c #505050",
|
||||
"# c #8A8A8A",
|
||||
"$ c #797979",
|
||||
"% c #565656",
|
||||
"& c #989898",
|
||||
"* c #4D4D4D",
|
||||
"= c #5D5D5D",
|
||||
"- c #A6A6A6",
|
||||
"; c #4B4B4B",
|
||||
"> c #636363",
|
||||
", c #B5B5B5",
|
||||
"' c #525252",
|
||||
") c #696969",
|
||||
"! c #C3C3C3",
|
||||
"~ c #616161",
|
||||
"{ c #707070",
|
||||
"] c #D1D1D1",
|
||||
"^ c #6C6C6C",
|
||||
"/ c #676767",
|
||||
"( c #767676",
|
||||
"_ c #DFDFDF",
|
||||
": c #777777",
|
||||
"< c #727272",
|
||||
"[ c #7C7C7C",
|
||||
"} c #EEEEEE",
|
||||
"| c #828282",
|
||||
"1 c #838383",
|
||||
"2 c #FCFCFC",
|
||||
"3 c #8C8C8C",
|
||||
"4 c #878787",
|
||||
"5 c #7F7F7F",
|
||||
"6 c #F3F3F3",
|
||||
"7 c #969696",
|
||||
"8 c #8B8B8B",
|
||||
"9 c #787878",
|
||||
"0 c #E4E4E4",
|
||||
"a c #9F9F9F",
|
||||
"b c #8D8D8D",
|
||||
"c c #D6D6D6",
|
||||
"d c #A9A9A9",
|
||||
"e c #8F8F8F",
|
||||
"f c #C8C8C8",
|
||||
"g c #B3B3B3",
|
||||
"h c #848484",
|
||||
"i c #656565",
|
||||
"j c #BABABA",
|
||||
"k c #BDBDBD",
|
||||
"l c #5F5F5F",
|
||||
"m c #ACACAC",
|
||||
"n c #C7C7C7",
|
||||
"o c #6E6E6E",
|
||||
"p c #585858",
|
||||
"q c #9D9D9D",
|
||||
"r c #D0D0D0",
|
||||
"s c #CBCBCB",
|
||||
"t c #5C5C5C",
|
||||
"u c #4C4C4C",
|
||||
"v c #818181",
|
||||
"w c #535353",
|
||||
"x c #464646",
|
||||
"y c #737373",
|
||||
"z c #A8A8A8",
|
||||
"A c #4A4A4A",
|
||||
"B c #404040",
|
||||
"C c #434343",
|
||||
"D c #3A3A3A",
|
||||
"E c #5A5A5A",
|
||||
"F c #606060",
|
||||
"G c #333333",
|
||||
"H c #484848",
|
||||
"I c #545454",
|
||||
"J c #7D7D7D",
|
||||
"K c #8E8E8E",
|
||||
"L c #2D2D2D",
|
||||
"M c #3D3D3D",
|
||||
"N c #414141",
|
||||
".+++++",
|
||||
"@#$$$$",
|
||||
"%&****",
|
||||
"=-.;;;",
|
||||
">,%'''",
|
||||
")!~===",
|
||||
"{]^///",
|
||||
"(_:<<<",
|
||||
"[}|[[[",
|
||||
"123444",
|
||||
"567888",
|
||||
"90abbb",
|
||||
"<cdeee",
|
||||
"^fghhh",
|
||||
"ijk$$$",
|
||||
"lmnooo",
|
||||
"pqriii",
|
||||
"'esttt",
|
||||
"uvkwww",
|
||||
"xyzAAA",
|
||||
"Bi3CCC",
|
||||
"D%{@EF",
|
||||
"GHI/JK",
|
||||
"LDMNxA"};
|
||||
29
.fvwm/images/decor/title-main-active.xpm
Normal file
@@ -0,0 +1,29 @@
|
||||
/* XPM */
|
||||
static char * title_main_active_xpm[] = {
|
||||
"1 24 2 1",
|
||||
" c None",
|
||||
". c #272727",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
"."};
|
||||
40
.fvwm/images/decor/title-main-inactive.xpm
Normal file
@@ -0,0 +1,40 @@
|
||||
/* XPM */
|
||||
static char * title_main_inactive_xpm[] = {
|
||||
"1 24 13 1",
|
||||
" c None",
|
||||
". c #5C5C5C",
|
||||
"+ c #575758",
|
||||
"@ c #535353",
|
||||
"# c #4E4E4E",
|
||||
"$ c #4A4949",
|
||||
"% c #454445",
|
||||
"& c #404040",
|
||||
"* c #3B3C3B",
|
||||
"= c #373736",
|
||||
"- c #323232",
|
||||
"; c #2D2D2D",
|
||||
"> c #2A2A2A",
|
||||
".",
|
||||
"+",
|
||||
"@",
|
||||
"#",
|
||||
"$",
|
||||
"%",
|
||||
"&",
|
||||
"*",
|
||||
"=",
|
||||
"-",
|
||||
";",
|
||||
">",
|
||||
">",
|
||||
">",
|
||||
">",
|
||||
">",
|
||||
">",
|
||||
">",
|
||||
">",
|
||||
">",
|
||||
">",
|
||||
">",
|
||||
">",
|
||||
">"};
|
||||
40
.fvwm/images/decor/title-rightend-active.xpm
Normal file
@@ -0,0 +1,40 @@
|
||||
/* XPM */
|
||||
static char * title_rightend_active_xpm[] = {
|
||||
"1 24 13 1",
|
||||
" c None",
|
||||
". c #4F4F51",
|
||||
"+ c #585859",
|
||||
"@ c #646465",
|
||||
"# c #717172",
|
||||
"$ c #767677",
|
||||
"% c #8C8C8C",
|
||||
"& c #7E7E7E",
|
||||
"* c #69696A",
|
||||
"= c #5C5C5C",
|
||||
"- c #515153",
|
||||
"; c #3F3F41",
|
||||
"> c #373739",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
"+",
|
||||
"@",
|
||||
"#",
|
||||
"#",
|
||||
"#",
|
||||
"$",
|
||||
"%",
|
||||
"&",
|
||||
"#",
|
||||
"#",
|
||||
"#",
|
||||
"*",
|
||||
"=",
|
||||
"-",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
";",
|
||||
">",
|
||||
">",
|
||||
">"};
|
||||
40
.fvwm/images/decor/title-rightend-inactive.xpm
Normal file
@@ -0,0 +1,40 @@
|
||||
/* XPM */
|
||||
static char * title_rightend_inactive_xpm[] = {
|
||||
"1 24 13 1",
|
||||
" c None",
|
||||
". c #4F4F51",
|
||||
"+ c #585859",
|
||||
"@ c #646465",
|
||||
"# c #717172",
|
||||
"$ c #767677",
|
||||
"% c #8C8C8C",
|
||||
"& c #7E7E7E",
|
||||
"* c #69696A",
|
||||
"= c #5C5C5C",
|
||||
"- c #515153",
|
||||
"; c #3F3F41",
|
||||
"> c #373739",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
"+",
|
||||
"@",
|
||||
"#",
|
||||
"#",
|
||||
"#",
|
||||
"$",
|
||||
"%",
|
||||
"&",
|
||||
"#",
|
||||
"#",
|
||||
"#",
|
||||
"*",
|
||||
"=",
|
||||
"-",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
";",
|
||||
">",
|
||||
">",
|
||||
">"};
|
||||
122
.fvwm/images/decor/title-rightoftext-active.xpm
Normal file
@@ -0,0 +1,122 @@
|
||||
/* XPM */
|
||||
static char * title_rightoftext_active_xpm[] = {
|
||||
"6 24 95 2",
|
||||
" c None",
|
||||
". c #868687",
|
||||
"+ c #4E4E4F",
|
||||
"@ c #79797A",
|
||||
"# c #8A8A8B",
|
||||
"$ c #505051",
|
||||
"% c #4D4D4D",
|
||||
"& c #989899",
|
||||
"* c #565657",
|
||||
"= c #3C435B",
|
||||
"- c #4E4E4E",
|
||||
"; c #A6A6A8",
|
||||
"> c #5D5D5E",
|
||||
", c #39456B",
|
||||
"' c #565656",
|
||||
") c #B5B5B6",
|
||||
"! c #636364",
|
||||
"~ c #435177",
|
||||
"{ c #616161",
|
||||
"] c #C3C3C4",
|
||||
"^ c #68686A",
|
||||
"/ c #4E5D81",
|
||||
"( c #6C6C6C",
|
||||
"_ c #D1D1D2",
|
||||
": c #6F6F71",
|
||||
"< c #58688C",
|
||||
"[ c #777777",
|
||||
"} c #DFDFE0",
|
||||
"| c #757577",
|
||||
"1 c #637496",
|
||||
"2 c #828282",
|
||||
"3 c #EEEEEE",
|
||||
"4 c #7C7C7E",
|
||||
"5 c #6E7FA1",
|
||||
"6 c #8C8C8C",
|
||||
"7 c #FCFCFC",
|
||||
"8 c #828284",
|
||||
"9 c #7183A5",
|
||||
"0 c #969696",
|
||||
"a c #F3F3F3",
|
||||
"b c #7E7E80",
|
||||
"c c #7385A7",
|
||||
"d c #9F9F9F",
|
||||
"e c #E4E4E5",
|
||||
"f c #777779",
|
||||
"g c #7587A9",
|
||||
"h c #A9A9A9",
|
||||
"i c #D6D6D7",
|
||||
"j c #717173",
|
||||
"k c #6A7C9E",
|
||||
"l c #B3B3B3",
|
||||
"m c #C8C8C9",
|
||||
"n c #6B6B6D",
|
||||
"o c #607093",
|
||||
"p c #BDBDBD",
|
||||
"q c #BABABB",
|
||||
"r c #656566",
|
||||
"s c #556488",
|
||||
"t c #C7C7C7",
|
||||
"u c #ACACAC",
|
||||
"v c #5F5F60",
|
||||
"w c #4C5B7F",
|
||||
"x c #D0D0D0",
|
||||
"y c #9D9D9E",
|
||||
"z c #58585A",
|
||||
"A c #435176",
|
||||
"B c #CBCBCB",
|
||||
"C c #8F8F90",
|
||||
"D c #525253",
|
||||
"E c #3A466D",
|
||||
"F c #818182",
|
||||
"G c #4C4C4D",
|
||||
"H c #313D64",
|
||||
"I c #A8A8A8",
|
||||
"J c #737374",
|
||||
"K c #454547",
|
||||
"L c #2A355C",
|
||||
"M c #3F3F41",
|
||||
"N c #515870",
|
||||
"O c #4A5169",
|
||||
"P c #414760",
|
||||
"Q c #707070",
|
||||
"R c #39393B",
|
||||
"S c #8E8E8E",
|
||||
"T c #7D7D7E",
|
||||
"U c #676767",
|
||||
"V c #545454",
|
||||
"W c #484849",
|
||||
"X c #323234",
|
||||
"Y c #4A4A4B",
|
||||
"Z c #464647",
|
||||
"` c #414142",
|
||||
" . c #3D3D3E",
|
||||
".. c #3A3A3B",
|
||||
"+. c #2C2C2E",
|
||||
". . . . . + ",
|
||||
"@ @ @ @ # $ ",
|
||||
"% % % % & * ",
|
||||
"= = = - ; > ",
|
||||
", , , ' ) ! ",
|
||||
"~ ~ ~ { ] ^ ",
|
||||
"/ / / ( _ : ",
|
||||
"< < < [ } | ",
|
||||
"1 1 1 2 3 4 ",
|
||||
"5 5 5 6 7 8 ",
|
||||
"9 9 9 0 a b ",
|
||||
"c c c d e f ",
|
||||
"g g g h i j ",
|
||||
"k k k l m n ",
|
||||
"o o o p q r ",
|
||||
"s s s t u v ",
|
||||
"w w w x y z ",
|
||||
"A A A B C D ",
|
||||
"E E E p F G ",
|
||||
"H H H I J K ",
|
||||
"L L L 6 r M ",
|
||||
"N O P Q * R ",
|
||||
"S T U V W X ",
|
||||
"Y Z ` ...+."};
|
||||
106
.fvwm/images/decor/title-rightoftext-inactive.xpm
Normal file
@@ -0,0 +1,106 @@
|
||||
/* XPM */
|
||||
static char * title_rightoftext_inactive_xpm[] = {
|
||||
"6 24 79 1",
|
||||
" c None",
|
||||
". c #868686",
|
||||
"+ c #4E4E4E",
|
||||
"@ c #797979",
|
||||
"# c #8A8A8A",
|
||||
"$ c #505050",
|
||||
"% c #4D4D4D",
|
||||
"& c #989898",
|
||||
"* c #565656",
|
||||
"= c #4B4B4B",
|
||||
"- c #A6A6A6",
|
||||
"; c #5D5D5D",
|
||||
"> c #525252",
|
||||
", c #B5B5B5",
|
||||
"' c #636363",
|
||||
") c #616161",
|
||||
"! c #C3C3C3",
|
||||
"~ c #696969",
|
||||
"{ c #676767",
|
||||
"] c #6C6C6C",
|
||||
"^ c #D1D1D1",
|
||||
"/ c #707070",
|
||||
"( c #727272",
|
||||
"_ c #777777",
|
||||
": c #DFDFDF",
|
||||
"< c #767676",
|
||||
"[ c #7C7C7C",
|
||||
"} c #828282",
|
||||
"| c #EEEEEE",
|
||||
"1 c #878787",
|
||||
"2 c #8C8C8C",
|
||||
"3 c #FCFCFC",
|
||||
"4 c #838383",
|
||||
"5 c #8B8B8B",
|
||||
"6 c #969696",
|
||||
"7 c #F3F3F3",
|
||||
"8 c #7F7F7F",
|
||||
"9 c #8D8D8D",
|
||||
"0 c #9F9F9F",
|
||||
"a c #E4E4E4",
|
||||
"b c #787878",
|
||||
"c c #8F8F8F",
|
||||
"d c #A9A9A9",
|
||||
"e c #D6D6D6",
|
||||
"f c #848484",
|
||||
"g c #B3B3B3",
|
||||
"h c #C8C8C8",
|
||||
"i c #BDBDBD",
|
||||
"j c #BABABA",
|
||||
"k c #656565",
|
||||
"l c #6E6E6E",
|
||||
"m c #C7C7C7",
|
||||
"n c #ACACAC",
|
||||
"o c #5F5F5F",
|
||||
"p c #D0D0D0",
|
||||
"q c #9D9D9D",
|
||||
"r c #585858",
|
||||
"s c #5C5C5C",
|
||||
"t c #CBCBCB",
|
||||
"u c #535353",
|
||||
"v c #818181",
|
||||
"w c #4C4C4C",
|
||||
"x c #4A4A4A",
|
||||
"y c #A8A8A8",
|
||||
"z c #737373",
|
||||
"A c #464646",
|
||||
"B c #434343",
|
||||
"C c #404040",
|
||||
"D c #606060",
|
||||
"E c #5A5A5A",
|
||||
"F c #3A3A3A",
|
||||
"G c #8E8E8E",
|
||||
"H c #7D7D7D",
|
||||
"I c #545454",
|
||||
"J c #484848",
|
||||
"K c #333333",
|
||||
"L c #414141",
|
||||
"M c #3D3D3D",
|
||||
"N c #2D2D2D",
|
||||
".....+",
|
||||
"@@@@#$",
|
||||
"%%%%&*",
|
||||
"===+-;",
|
||||
">>>*,'",
|
||||
";;;)!~",
|
||||
"{{{]^/",
|
||||
"(((_:<",
|
||||
"[[[}|[",
|
||||
"111234",
|
||||
"555678",
|
||||
"9990ab",
|
||||
"cccde(",
|
||||
"fffgh]",
|
||||
"@@@ijk",
|
||||
"lllmno",
|
||||
"kkkpqr",
|
||||
"ssstc>",
|
||||
"uuuivw",
|
||||
"xxxyzA",
|
||||
"BBB2kC",
|
||||
"DE$/*F",
|
||||
"GH{IJK",
|
||||
"xALMFN"};
|
||||
52
.fvwm/images/decor/title-undertext-active.xpm
Normal file
@@ -0,0 +1,52 @@
|
||||
/* XPM */
|
||||
static char * title_undertext_active_xpm[] = {
|
||||
"1 24 25 1",
|
||||
" c None",
|
||||
". c #7A7A7A",
|
||||
"+ c #6E6E6E",
|
||||
"@ c #464646",
|
||||
"# c #2F5B50",
|
||||
"$ c #276D5C",
|
||||
"% c #307864",
|
||||
"& c #3A826D",
|
||||
"* c #438B74",
|
||||
"= c #4E947C",
|
||||
"- c #53A388",
|
||||
"; c #53A98A",
|
||||
"> c #54AC8C",
|
||||
", c #55AF8E",
|
||||
"' c #519F83",
|
||||
") c #4A927B",
|
||||
"! c #408873",
|
||||
"~ c #397F6B",
|
||||
"{ c #307863",
|
||||
"] c #28705E",
|
||||
"^ c #206856",
|
||||
"/ c #1A5E4F",
|
||||
"( c #447067",
|
||||
"_ c #858585",
|
||||
": c #444646",
|
||||
".",
|
||||
"+",
|
||||
"@",
|
||||
"#",
|
||||
"$",
|
||||
"%",
|
||||
"&",
|
||||
"*",
|
||||
"=",
|
||||
"-",
|
||||
";",
|
||||
">",
|
||||
",",
|
||||
"'",
|
||||
")",
|
||||
"!",
|
||||
"~",
|
||||
"{",
|
||||
"]",
|
||||
"^",
|
||||
"/",
|
||||
"(",
|
||||
"_",
|
||||
":"};
|
||||
50
.fvwm/images/decor/title-undertext-inactive.xpm
Normal file
@@ -0,0 +1,50 @@
|
||||
/* XPM */
|
||||
static char * title_undertext_inactive_xpm[] = {
|
||||
"1 24 23 1",
|
||||
" c None",
|
||||
". c #868686",
|
||||
"+ c #797979",
|
||||
"@ c #4D4D4D",
|
||||
"# c #4B4B4B",
|
||||
"$ c #525252",
|
||||
"% c #5D5D5D",
|
||||
"& c #676767",
|
||||
"* c #727272",
|
||||
"= c #7C7C7C",
|
||||
"- c #878787",
|
||||
"; c #8B8B8B",
|
||||
"> c #8D8D8D",
|
||||
", c #8F8F8F",
|
||||
"' c #848484",
|
||||
") c #6E6E6E",
|
||||
"! c #656565",
|
||||
"~ c #5C5C5C",
|
||||
"{ c #535353",
|
||||
"] c #4A4A4A",
|
||||
"^ c #434343",
|
||||
"/ c #626262",
|
||||
"( c #939393",
|
||||
".",
|
||||
"+",
|
||||
"@",
|
||||
"#",
|
||||
"$",
|
||||
"%",
|
||||
"&",
|
||||
"*",
|
||||
"=",
|
||||
"-",
|
||||
";",
|
||||
">",
|
||||
",",
|
||||
"'",
|
||||
"+",
|
||||
")",
|
||||
"!",
|
||||
"~",
|
||||
"{",
|
||||
"]",
|
||||
"^",
|
||||
"/",
|
||||
"(",
|
||||
"#"};
|
||||
BIN
.fvwm/images/icons/24x24/24x24.png
Normal file
|
After Width: | Height: | Size: 273 B |
BIN
.fvwm/images/icons/24x24/deadbeef-next.png
Normal file
|
After Width: | Height: | Size: 755 B |
BIN
.fvwm/images/icons/24x24/deadbeef-prev.png
Normal file
|
After Width: | Height: | Size: 743 B |
BIN
.fvwm/images/icons/24x24/deadbeef-start.png
Normal file
|
After Width: | Height: | Size: 835 B |
BIN
.fvwm/images/icons/24x24/deadbeef-stop.png
Normal file
|
After Width: | Height: | Size: 474 B |
BIN
.fvwm/images/icons/24x24/deadbeef.png
Normal file
|
After Width: | Height: | Size: 596 B |
BIN
.fvwm/images/icons/24x24/firefox.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
.fvwm/images/icons/24x24/geany.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
.fvwm/images/icons/24x24/gimp.png
Normal file
|
After Width: | Height: | Size: 962 B |
BIN
.fvwm/images/icons/24x24/hexchat.png
Normal file
|
After Width: | Height: | Size: 891 B |
BIN
.fvwm/images/icons/24x24/htop.png
Normal file
|
After Width: | Height: | Size: 519 B |
BIN
.fvwm/images/icons/24x24/logout.png
Normal file
|
After Width: | Height: | Size: 703 B |
BIN
.fvwm/images/icons/24x24/terminal.png
Normal file
|
After Width: | Height: | Size: 358 B |
BIN
.fvwm/images/icons/24x24/thunar.png
Normal file
|
After Width: | Height: | Size: 563 B |
BIN
.fvwm/images/icons/24x24/vlc.png
Normal file
|
After Width: | Height: | Size: 566 B |
BIN
.fvwm/images/icons/48x48/Thunar.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
.fvwm/images/icons/48x48/audacious.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
.fvwm/images/icons/48x48/emacs.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
.fvwm/images/icons/48x48/firefox.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
.fvwm/images/icons/48x48/gimp.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
.fvwm/images/icons/48x48/irc.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
.fvwm/images/icons/48x48/riot.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
.fvwm/images/icons/48x48/simplescreenrecorder.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
.fvwm/images/icons/48x48/terminal.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
.fvwm/images/icons/48x48/tux.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
.fvwm/images/icons/48x48/vim.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
.fvwm/images/icons/48x48/x.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
.fvwm/images/icons/48x48/xmms.png
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
.fvwm/images/wallpaper/breath_edited_by_kn8fury-dazpiwg.png
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
BIN
.fvwm/images/wallpaper/clannad.jpg
Normal file
|
After Width: | Height: | Size: 248 KiB |