nix-config/modules/wm/ironbar/config/config.toml

37 lines
480 B
TOML

position = "top"
height = 24
icon_theme = "Reversal-dark"
[[start]]
type = "workspaces"
favorites = ["main", "code", "gaming", "other", "chat", "media"]
hidden = [ "7" ]
sort = "added"
[start.name_map]
"main" = " "
"code" = " "
"gaming" = " "
"other" = " "
"chat" = ""
"media" = " "
[[center]]
type = "focused"
icon_size = 16
[[end]]
type = "volume"
[[end]]
type = "bluetooth"
[[end]]
type = "tray"
[[end]]
type = "clock"
[[end]]
type = "notifications"