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