Finished gammachunk cleanup
This commit is contained in:
parent
fba414f907
commit
a71fb455bf
@ -93,7 +93,7 @@ getTopBar sc = if sc == 1
|
||||
|
||||
getBarbicanBar :: Int -> String
|
||||
getBarbicanBar sc = if sc == 1
|
||||
then "ssh barbican 'conky' | dzen2 -dock -p -x 0 -y -108-ta l -w 1920 -e 'sigusr1=togglehide'"
|
||||
then "ssh barbican 'conky' | dzen2 -dock -p -x 0 -y -108 -ta l -w 1920 -e 'sigusr1=togglehide'"
|
||||
else "ssh barbican 'conky' | dzen2 -dock -p -x 1920 -y -108 -ta l -w 1920 -e 'sigusr1=togglehide'"
|
||||
|
||||
getDeltachunkBar :: Int -> String
|
||||
@ -279,7 +279,7 @@ main = do
|
||||
dzenBarbicanBar <- spawnPipe (getBarbicanBar sc)
|
||||
dzenDeltachunkBar <- spawnPipe (getDeltachunkBar sc)
|
||||
dzenFerrumBar <- spawnPipe (getFerrumBar sc)
|
||||
dzenGammachunkBar <- spawnPipe (getGammachunkBar sc)
|
||||
-- dzenGammachunkBar <- spawnPipe (getGammachunkBar sc)
|
||||
dzenOsmiumBar <- spawnPipe (getOsmiumBar sc)
|
||||
dzenTennessineBar <- spawnPipe (getTennessineBar sc)
|
||||
dzenBlancherBar <- spawnPipe (getBlancherBar sc)
|
||||
@ -289,7 +289,7 @@ main = do
|
||||
, focusFollowsMouse = True
|
||||
, manageHook = manageDocks <+> myManageHook <+> manageHook desktopConfig
|
||||
, handleEventHook = docksEventHook <+> handleEventHook desktopConfig
|
||||
, layoutHook = avoidStruts $ gaps [(D,108)] $ layoutH
|
||||
, layoutHook = avoidStruts $ gaps [(D,90)] $ layoutH
|
||||
, logHook = myLogHook dzenTopBar >> fadeHook >> updatePointer (0.5, 0.5) (0, 0)
|
||||
, borderWidth = 1
|
||||
, normalBorderColor = "#333333"
|
||||
|
Loading…
Reference in New Issue
Block a user