diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-07-15 15:31:46 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-07-15 15:31:46 +0200 |
commit | 5359238f79a9d07ef26ad6f4f1e42ac48ac3692f (patch) | |
tree | 1c0a34d76389a0d83f928d075afded903a7745d7 /src | |
parent | 465d7579868b66d7076446744f1d80d2b272aca8 (diff) | |
download | phi-5359238f79a9d07ef26ad6f4f1e42ac48ac3692f.tar phi-5359238f79a9d07ef26ad6f4f1e42ac48ac3692f.zip |
Taskbar: show tasks
Diffstat (limited to 'src')
-rw-r--r-- | src/Phi.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ main = do runPhi defaultXConfig defaultPanelConfig { panelPosition = Bottom } [theTaskbar, brightBorder [theClock]] where - theTaskbar = taskbar defaultTaskbarConfig { taskBorder = BorderConfig (BorderWidth 2 4 2 4) 1 (BorderWidth 0 10 0 10) (0.9, 0.9, 0.9, 0.65) (0.45, 0.45, 0.45, 0.8) 5 0 - , activeTaskBorder = BorderConfig (BorderWidth 2 4 2 4) 1 (BorderWidth 0 10 0 10) (1, 1, 1, 0.65) (0, 0, 0, 0.8) 5 0 + theTaskbar = taskbar defaultTaskbarConfig { taskBorder = BorderConfig (BorderWidth 2 4 2 4) 1 (BorderWidth 0 5 0 5) (0.9, 0.9, 0.9, 0.65) (0.45, 0.45, 0.45, 0.8) 5 0 + , activeTaskBorder = BorderConfig (BorderWidth 2 4 2 4) 1 (BorderWidth 0 5 0 5) (1, 1, 1, 0.65) (0, 0, 0, 0.8) 5 0 } theClock = clock defaultClockConfig { clockFormat = "<span font='Sans 8'>%R</span>\n<span font='Sans 6'>%A %d %B</span>" , lineSpacing = (-2) |