feat: change bar look
This commit is contained in:
@@ -39,6 +39,11 @@
|
||||
};
|
||||
|
||||
bar.default = {
|
||||
center = [
|
||||
"clock"
|
||||
"text_separator"
|
||||
"date"
|
||||
];
|
||||
end = [
|
||||
"tray"
|
||||
"bluetooth"
|
||||
@@ -50,10 +55,13 @@
|
||||
]
|
||||
++ [
|
||||
"clipboard"
|
||||
"session"
|
||||
];
|
||||
start = [
|
||||
"control-center"
|
||||
"workspaces"
|
||||
];
|
||||
font_weight = 400;
|
||||
start = [ "workspaces" ];
|
||||
thickness = 30;
|
||||
};
|
||||
|
||||
@@ -174,11 +182,16 @@
|
||||
audio_spectrum = true;
|
||||
type = "noctalia/bongocat:cat";
|
||||
};
|
||||
clock.format = "{:%b %d | %H:%M}";
|
||||
clock.format = "{:%H:%M}";
|
||||
media = {
|
||||
art_size = 90.0;
|
||||
max_length = 800;
|
||||
};
|
||||
text_separator = {
|
||||
anchor = true;
|
||||
format = "•";
|
||||
type = "clock";
|
||||
};
|
||||
tray.drawer = true;
|
||||
volume.show_label = false;
|
||||
network.show_label = false;
|
||||
|
||||
Reference in New Issue
Block a user