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