[taffybar] Bump taffybar submodule, add stevie-nixos config
This commit is contained in:
Submodule dotfiles/config/taffybar/taffybar updated: dd3d05555f...c901f1f5d1
@@ -131,6 +131,7 @@ cssFilesByHostname =
|
|||||||
, ("imalison-home", ["taffybar.css"])
|
, ("imalison-home", ["taffybar.css"])
|
||||||
, ("ivanm-dfinity-razer", ["taffybar.css"])
|
, ("ivanm-dfinity-razer", ["taffybar.css"])
|
||||||
, ("ryzen-shine", ["taffybar.css"])
|
, ("ryzen-shine", ["taffybar.css"])
|
||||||
|
, ("stevie-nixos", ["taffybar.css"])
|
||||||
]
|
]
|
||||||
|
|
||||||
main = do
|
main = do
|
||||||
@@ -224,6 +225,9 @@ main = do
|
|||||||
, ( "adele"
|
, ( "adele"
|
||||||
, baseConfig { endWidgets = laptopEndWidgets, barHeight = 45 }
|
, baseConfig { endWidgets = laptopEndWidgets, barHeight = 45 }
|
||||||
)
|
)
|
||||||
|
, ( "stevie-nixos"
|
||||||
|
, baseConfig { endWidgets = laptopEndWidgets, barHeight = 70 }
|
||||||
|
)
|
||||||
]
|
]
|
||||||
simpleTaffyConfig = selectedConfig
|
simpleTaffyConfig = selectedConfig
|
||||||
{ centerWidgets = [ myClock ]
|
{ centerWidgets = [ myClock ]
|
||||||
@@ -231,7 +235,7 @@ main = do
|
|||||||
-- , startWidgets = []
|
-- , startWidgets = []
|
||||||
}
|
}
|
||||||
startTaffybar $
|
startTaffybar $
|
||||||
appendHook (void $ getHost False) $
|
appendHook (void $ getTrayHost False) $
|
||||||
withLogServer $
|
withLogServer $
|
||||||
withToggleServer $
|
withToggleServer $
|
||||||
toTaffyConfig simpleTaffyConfig
|
toTaffyConfig simpleTaffyConfig
|
||||||
|
Reference in New Issue
Block a user