[taffybar] Bump version

This commit is contained in:
Ivan Malison 2018-05-03 10:39:27 -07:00
parent 6aa541ecf0
commit 54df41e1e9
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
3 changed files with 10 additions and 2 deletions

@ -1 +1 @@
Subproject commit 7e4acab2773a0132dda0430814aaca1bf2c7a88a
Subproject commit 25f5c507598fdcb1b1c490ac9ec993e443422d9d

View File

@ -79,6 +79,7 @@
border-bottom: solid;
border-width: 1;
border-color: #FFFFFF;
background-color: rgba(0.0, 0.0, 0.0, 0.3);
}
.Taffybar * {
@ -86,3 +87,8 @@
font-size: 12pt;
color: @font-color;
}
.menubar * {
background-color: rgba(1.0, 1.0, 1.0, 0.0);
color: #000000;
}

View File

@ -33,6 +33,7 @@ import System.Log.Logger
import System.Process
import System.Taffybar
import System.Taffybar.Auth
import System.Taffybar.DBus
import System.Taffybar.DBus.Toggle
import System.Taffybar.IconImages
import System.Taffybar.Information.CPU
@ -208,6 +209,7 @@ main = do
, makeContents cpu "Cpu"
, makeContents mem "Cpu"
, makeContents netMonitor "Cpu"
-- TODO: make support all devices
, makeContents (fsMonitorNew 60 ["/dev/sdd2"]) "Cpu"
, mpris >>= buildPadBox
]
@ -225,7 +227,7 @@ main = do
-- , centerWidgets = [makeContents (addClass "Window" wnd) "Cpu"]
-- , endWidgets = [makeContents los "Cpu"]
-- }
dyreTaffybar $ handleDBusToggles $ toTaffyConfig simpleTaffyConfig
dyreTaffybar $ withLogServer $ withToggleServer $ toTaffyConfig simpleTaffyConfig
-- Local Variables:
-- flycheck-ghc-args: ("-Wno-missing-signatures")