Fixed indentation
This commit is contained in:
parent
9d1415a2d3
commit
4cc0f0f2ee
2 changed files with 18 additions and 16 deletions
|
@ -21,7 +21,7 @@ main = do
|
|||
}
|
||||
normalDesktopBorder = normalTaskBorder { margin = BorderWidth 2 3 2 3
|
||||
, padding = BorderWidth 0 2 0 2
|
||||
, borderColor = (0.7, 0.7, 0.7, 0.8)
|
||||
, borderColor = (0.7, 0.7, 0.7, 0.9)
|
||||
, backgroundColor = (1, 1, 1, 0.9)
|
||||
}
|
||||
currentDesktopBorder = normalDesktopBorder { backgroundColor = (0.2, 0.2, 0.2, 0.9)
|
||||
|
|
Reference in a new issue