Quote |
The Date/Time in Panel states to go to "Apps/windowmanager/restart" but windowmanager does not appear anywhere. |
Quote |
But does not seem to retain PDT on reboot or restart after shutdown. |
Quote (lucky13 @ June 04 2008,18:23) |
DSL isn't about "design and stuff" and there's nothing meiotic about the combinations in this iteration. I chose colors that didn't make me squint and that were mild and pleasant instead of black-on-black wannabe-h4x0r BS that makes eyes bleed from squinting |
Code Sample |
<JWM> <!-- Visual Styles --> <!-- silvery --> <WindowStyle> <Font antialias="false">-adobe-helvetica-medium-r-normal--12-*</Font> <Width>2</Width> <Height>20</Height> <Active> <Text>grey20</Text> <Title>grey70:grey40</Title> <Corner>grey20</Corner> <Outline>grey50</Outline> </Active> <Inactive> <Text>grey10</Text> <Title>grey80</Title> <Corner>grey44</Corner> <Outline>grey44</Outline> </Inactive> </WindowStyle> <TaskListStyle> <Font antialias="false">-adobe-helvetica-medium-r-normal--12-*</Font> <ActiveForeground>grey20</ActiveForeground> <ActiveBackground>grey70:grey60</ActiveBackground> <Foreground>grey20</Foreground> <Background>grey60:grey50</Background> </TaskListStyle> <!-- Additional TrayStyle attribute: insert --> <TrayStyle> <Font antialias="false">-adobe-helvetica-medium-r-normal--12-*</Font> <Background>grey70</Background> <Foreground>grey20</Foreground> </TrayStyle> <PagerStyle> <Outline>black</Outline> <Foreground>grey80</Foreground> <Background>grey70</Background> <ActiveForeground>grey90</ActiveForeground> <ActiveBackground>grey22</ActiveBackground> </PagerStyle> <MenuStyle> <Font antialias="false">-adobe-helvetica-medium-r-normal--12-*</Font> <Foreground>grey20</Foreground> <Background>grey70</Background> <ActiveForeground>grey90</ActiveForeground> <ActiveBackground>grey50:grey40</ActiveBackground> </MenuStyle> <PopupStyle> <Font antialias="false">-adobe-helvetica-medium-r-normal--12-*</Font> <Outline>grey22</Outline> <Foreground>grey0</Foreground> <Background>grey90</Background> </PopupStyle> </JWM> |