~/.novawm.cfg:
! NovaWM Configuration
include .novawm.menu
! NOTE: NONE OF THE OPTIONS IN THE FOLLOWING BLOCK NEED TO BE PRESENT.
define NovaWM_Config
{
! ClockFormat: 0 - 24 Hour Clock 1 - 12 Hour U.S. Clock
ClockFormat {1}
! StartupCommand: Shell command to run at start
StartupCommand {"my_wallpaper_script.sh;gkrellm"}
! DisableBar: true - Hides the bar and activates the root menu. false - Normal Mode
DisableBar {false}
! ShowFocus: true - Draw lowered text on the titlebar of the window with focus. false - all windows have the same flat titlebar text.
ShowFocus {true}
! MainColor: color hex string(such as #00ff00 for green) that specifies the color NovaWM will use for most things(Default is navy blue)
MainColor {"#0353ff"}
! FocusType: NOT CURRENTLY SUPPORTED
FocusType {0}
! BarPosition: NOT CURRENTLY SUPPORTED
BarPosition {0}
! HideClock: NOT CURRENTLY SUPPORTED
HideClock {false}
}