feat: font stuff

This commit is contained in:
2024-06-11 00:27:08 +02:00
parent 44ed425adb
commit 1cb7b57306
3 changed files with 16 additions and 12 deletions

View File

@@ -24,8 +24,8 @@ in
enable = true;
globalstatus = true;
sectionSeparators = {
left = "";
right = "";
left = ""; # "";
right = ""; # "";
};
componentSeparators = {
left = "";
@@ -36,8 +36,8 @@ in
{
name = "mode";
separator = {
right = "";
left = "";
right = ""; # "";
left = ""; # "";
};
icon = "";
}
@@ -47,8 +47,8 @@ in
{
name = "location";
separator = {
right = "";
left = "";
right = ""; # "";
left = ""; # "";
};
}
];