[taffybar] Add battery widget for razer blade

This commit is contained in:
Ivan Malison 2019-05-10 11:25:38 -07:00
parent 4b76bd73c8
commit 07772b1a60
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -158,6 +158,17 @@ main = do
, textClockNewWith defaultClockConfig
, sniTrayNew
]
longLaptopWidgets =
map (>>= buildContentsBox)
[ batteryIconNew
, textBatteryNew "$percentage$%"
, textClockNewWith defaultClockConfig
, sniTrayNew
, cpuGraph
, memoryGraph
, networkGraphNew netCfg Nothing
, mpris2New
]
baseConfig =
defaultSimpleTaffyConfig
{ startWidgets =
@ -177,7 +188,7 @@ main = do
, baseConfig { endWidgets = fullEndWidgets, barHeight = 42 }
)
, ( "ivanm-dfinity-razr"
, baseConfig { endWidgets = fullEndWidgets, barHeight = 42 }
, baseConfig { endWidgets = longLaptopWidgets, barHeight = 42 }
)
]
simpleTaffyConfig = selectedConfig