[taffybar] github tweaks

This commit is contained in:
Ivan Malison 2018-04-28 02:01:48 -07:00
parent 6070f2fe8c
commit cfac4d1928
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 3 additions and 5 deletions

@ -1 +1 @@
Subproject commit 553c634f36cc66c9d789d789ee9e4e2f81d5e6d5 Subproject commit 7ecfcfc1018fa1380656be9cbed908ff05e5c481

View File

@ -131,9 +131,7 @@ logDebug = do
github = do github = do
Right (token, _) <- passGet "github-token" Right (token, _) <- passGet "github-token"
githubNotificationsNew GitHubConfig { ghAuth = Auth.OAuth $ BS.pack token githubNotificationsNew $ defaultGithubConfig $ Auth.OAuth $ BS.pack token
, ghIcon = undefined
}
main = do main = do
interfaceNames <- getInterfaces interfaceNames <- getInterfaces
@ -206,12 +204,12 @@ main = do
[ batteryBarNewWithFormat defaultBatteryConfig "$percentage$% ($time$) - $status$" 1.0 [ batteryBarNewWithFormat defaultBatteryConfig "$percentage$% ($time$) - $status$" 1.0
, makeContents sniTrayNew "Cpu" , makeContents sniTrayNew "Cpu"
, makeContents clock "Cpu" , makeContents clock "Cpu"
, github >>= buildPadBox
, makeContents cpu "Cpu" , makeContents cpu "Cpu"
, makeContents mem "Cpu" , makeContents mem "Cpu"
, makeContents netMonitor "Cpu" , makeContents netMonitor "Cpu"
, makeContents (fsMonitorNew 60 ["/dev/sdd2"]) "Cpu" , makeContents (fsMonitorNew 60 ["/dev/sdd2"]) "Cpu"
, mpris >>= buildPadBox , mpris >>= buildPadBox
, github >>= buildPadBox
] ]
, barPosition = Top , barPosition = Top
, barPadding = 0 , barPadding = 0