Did a bunch of stuff.
This commit is contained in:
parent
b2ae8df509
commit
f7096e018d
1
fvwm_mfl_:0.pid
Normal file
1
fvwm_mfl_:0.pid
Normal file
@ -0,0 +1 @@
|
||||
41840
|
13
infra/cosmrc
13
infra/cosmrc
@ -1,10 +1,15 @@
|
||||
# Set the standard font for elements.
|
||||
Style * Font "$[infostore.std_font]"
|
||||
DefaultFont "$[infostore.ui_font]"
|
||||
|
||||
TitleStyle Font "$[infostore.std_font]"
|
||||
|
||||
MenuStyle * TitleFont "$[infostore.ui_font]"
|
||||
MenuStyle * Font "$[infostore.ui_font]"
|
||||
|
||||
# Set FvwmScript theme settings.
|
||||
*FvwmScript: DefaultFont "$[infostore.small_font]"
|
||||
*FvwmScript: DefaultFont "$[infostore.ui_font]"
|
||||
*FvwmScript: DefaultColorset 9
|
||||
|
||||
# Load theme settings.
|
||||
Read $[FVWM_USERDIR]/assets/themes/$[infostore.theme]/theme.conf
|
||||
Read $[FVWM_USERDIR]/assets/cursors/$[infostore.cursor]/theme.conf
|
||||
Read $[FVWM_USERDIR]/../fxde-assets/themes/$[infostore.theme]/theme.conf
|
||||
Read $[FVWM_USERDIR]/../fxde-assets/cursors/$[infostore.cursor]/theme.conf
|
||||
|
@ -66,5 +66,5 @@ AddToFunc LargeifyFunc
|
||||
# A simple function to set the wallpaper.
|
||||
DestroyFunc PaperBoy
|
||||
AddToFunc PaperBoy
|
||||
+ I InfoStoreAdd pape $[FVWM_USERDIR]/.data/prefs/cosmetics/pape
|
||||
+ I InfoStoreAdd pape $[FVWM_USERDIR]/../fxde-data/prefs/cosmetics/pape
|
||||
+ I Exec $[infostore.posix]/paperboy $[infostore.papedir]/`cat $[infostore.pape]`
|
||||
|
@ -2,8 +2,7 @@
|
||||
|
||||
MenuStyle * MenuColorset 5, PopupDelayed, PopupDelay 300, PopupAsSubmenu, \
|
||||
HoldSubmenus, PopupOffset 1 100, PopdownImmediately, HilightTitleBack, \
|
||||
TitleColorset 6, InactiveColorset 5, ActiveColorset 6, HilightBack, \
|
||||
Font "$[infostore.small_font]"
|
||||
TitleColorset 7, HilightBack, ActiveColorset 6
|
||||
|
||||
|
||||
|
||||
|
@ -2,5 +2,9 @@
|
||||
|
||||
InfoStoreAdd posix $[FVWM_USERDIR]/scripts/posix
|
||||
InfoStoreAdd fscript $[FVWM_USERDIR]/scripts/fvwmscript
|
||||
InfoStoreAdd sdir $[FVWM_USERDIR]/assets/audio
|
||||
InfoStoreAdd papedir $[FVWM_USERDIR]/assets/wallpaper
|
||||
InfoStoreAdd sdir $[FVWM_USERDIR]/../fxde-assets/audio
|
||||
InfoStoreAdd papedir $[FVWM_USERDIR]/../fxde-assets/wallpaper
|
||||
|
||||
# Define some internal variables.
|
||||
|
||||
ImagePath "$[FVWM_USERDIR]/../fxde-assets/themes/RiscOS/gtk-2.0/;.png"
|
||||
|
@ -4,7 +4,7 @@ Style "ShelfPager" NoTitle, !Handles, !Borders, Sticky, WindowListSkip, \
|
||||
|
||||
DestroyModuleConfig ShelfPager
|
||||
*ShelfPager: Geometry 100+100
|
||||
*ShelfPager: Font "$[infostore.ui_font_bold]"
|
||||
*ShelfPager: Font "$[infostore.ui_font]"
|
||||
*ShelfPager: Rows 1
|
||||
*ShelfPager: Columns 1
|
||||
*ShelfPager: Colorset * 13
|
||||
|
@ -13,7 +13,7 @@ DestroyModuleConfig Shelf
|
||||
*Shelf: Padding 2 2
|
||||
*Shelf: Colorset 10
|
||||
*Shelf: BoxSize fixed
|
||||
*Shelf: Font "$[infostore.ui_font_bold]"
|
||||
*Shelf: Font "$[infostore.ui_font]"
|
||||
*Shelf: Colorset 9
|
||||
*Shelf: PressColorset 10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user