nixos/home/hyprland/ironbar/config/config.toml
Evie Litherland-Smith be1d5fa798 Switch to minimal ironbar implementation
Save reference for later
Enable upower daemon and add simple bar with the essentials for now,
TODO more later
2023-10-11 08:28:27 +01:00

45 lines
674 B
TOML

anchor_to_edges = true
icon_theme = "Delta"
position = "bottom"
[[start]]
all_monitors = false
type = "workspaces"
[start.name_map]
1 = "󰟀" # [t]erminal
2 = "󰳼" # [d]ev
3 = "󰖟" # [b]rowser
4 = "󰃭" # [a]genda (or c[a]lendar)
5 = "󰝰" # [f]iles
6 = "󰲸" # [s]potify (or mu[s]ic)
7 = "󰭹" # [c]hat
8 = "󰢹" # [r]emote
9 = "󰊗" # [g]aming
default = "󰛡"
special = "󰓎"
urgent = "󰣘"
[[center]]
favorites = [ "emacs", "firefox"]
show_icons = true
show_names = false
type = "launcher"
[[end]]
player_type = "mpris"
type = "music"
[end.truncate]
max_length = 100
mode = "end"
[[end]]
type = "upower"
[[end]]
type = "clock"
[[end]]
type = "tray"