forked from colonelpanic/dotfiles
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -10,7 +10,7 @@ build-type: Simple
|
||||
extra-source-files: README.org
|
||||
cabal-version: >=1.10
|
||||
|
||||
executable imalison-taffybar
|
||||
executable taffybar
|
||||
hs-source-dirs: .
|
||||
main-is: taffybar.hs
|
||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
||||
|
@@ -145,7 +145,7 @@ main = do
|
||||
(\size _ -> lift $ loadPixbufByName size "application-default-icon")
|
||||
layout = layoutNew defaultLayoutConfig
|
||||
windows = windowsNew defaultWindowsConfig
|
||||
notifySystemD = void $ runCommandFromPath ["systemd-notify", "--ready"]
|
||||
|
||||
myWorkspacesConfig =
|
||||
defaultWorkspacesConfig
|
||||
{ underlineHeight = 3
|
||||
@@ -230,7 +230,6 @@ main = do
|
||||
-- , startWidgets = []
|
||||
}
|
||||
startTaffybar $
|
||||
appendHook notifySystemD $
|
||||
appendHook (void $ getHost False) $
|
||||
withLogServer $
|
||||
withToggleServer $
|
||||
|
Reference in New Issue
Block a user