diff options
Diffstat (limited to 'jwmrc')
-rw-r--r-- | jwmrc | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/jwmrc b/jwmrc index e7af27d..e59390c 100644 --- a/jwmrc +++ b/jwmrc @@ -28,25 +28,25 @@ <Corner>0</Corner> <Foreground>#000000</Foreground> - <Background>#ffffe8</Background> + <Background>#ffffff</Background> <Outline>#000000</Outline> <Opacity>1.0</Opacity> <Active> <Foreground>#000000</Foreground> - <Background>#e5e5d0</Background> + <Background>#ffffff</Background> <Outline>#000000</Outline> </Active> </WindowStyle> <MenuStyle> - <Background>#ffffe8</Background> + <Background>#ffffff</Background> <Foreground>#000000</Foreground> </MenuStyle> <TrayStyle group="true" list="all"> <Font>Noto Sans CJK SC-16</Font> - <Background>#ffffe8</Background> + <Background>#ffffff</Background> <Foreground>#000000</Foreground> <Outline>#000000</Outline> <Opacity>1</Opacity> @@ -56,16 +56,16 @@ <Font>Sans-9</Font> <Active> <Foreground>#000000</Foreground> - <Background>#e5e5d8</Background> + <Background>#ffffff</Background> </Active> <Foreground>#000000</Foreground> - <Background>#ffffe8</Background> + <Background>#ffffff</Background> </TaskListStyle> <PopupStyle> <Font>Sans-9</Font> <Foreground>#000000</Foreground> - <Background>#ffffe8</Background> + <Background>#ffffff</Background> </PopupStyle> <!-- Path where icons can be found. @@ -80,9 +80,10 @@ </IconPath> <!-- Virtual Desktops --> - <Desktops width="1" height="1"> - <Background type="solid">#ffffe8</Background> - </Desktops> + <Desktops width="1" height="1"> + <!-- <Background type="solid">#ffffff</Background> --> + <Background type="image">/home/noa/Pictures/Wallpapers/horse-mono.png</Background> + </Desktops> <!-- Double click speed (in milliseconds) --> <DoubleClickSpeed>400</DoubleClickSpeed> |