feat: Update ironbar

This commit is contained in:
2026-02-01 19:52:06 +05:30
parent 2f901052f1
commit a7d4a88741

View File

@@ -13,13 +13,14 @@
"${device.monitors.secondary}" = { "${device.monitors.secondary}" = {
position = "bottom"; position = "bottom";
start = [ start = [
{ {type = "tray";}
type = "launcher"; # {
favourites = ["firefox" "discord"]; # type = "launcher";
show_names = false; # favourites = ["firefox" "discord"];
show_icons = true; # show_names = false;
} # show_icons = true;
{type = "focused";} # }
# {type = "focused";}
]; ];
end = [ end = [
{ {
@@ -53,25 +54,24 @@
# networks= 3; # networks= 3;
}; };
} }
{type = "tray";}
]; ];
start = [ start = [
{ {
type = "workspaces"; type = "workspaces";
name_map = { name_map = {
"1" = "icon:foot"; "1" = "icon:kitty";
"2" = "icon:code"; "2" = "icon:code";
"3" = "icon:firefox"; "3" = "icon:firefox";
"4" = "icon:slack"; "4" = "icon:slack";
"5" = "icon:steam"; # "5" = "icon:steam";
"6" = "icon:foot"; # "6" = "icon:foot";
"7" = "icon:foot"; # "7" = "icon:foot";
"8" = "icon:firefox"; # "8" = "icon:firefox";
"9" = "icon:discord"; # "9" = "icon:discord";
"10" = "icon:spotify"; # "10" = "icon:spotify";
}; };
favorites = ["1" "2" "3" "4" "5" "6" "7" "8" "9" "10"]; favorites = ["1" "2" "3" "4" "5" "6" "7" "8" "9" "10"];
all_monitors = true; all_monitors = false;
} }
]; ];
}; };