mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 20:20:43 +02:00
feat: update ashell config
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
modules = {
|
modules = {
|
||||||
|
|
||||||
left = [
|
left = [
|
||||||
"Clock"
|
"Tempo"
|
||||||
"Workspaces"
|
"Workspaces"
|
||||||
];
|
];
|
||||||
center = [ "WindowTitle" ];
|
center = [ "WindowTitle" ];
|
||||||
@@ -66,8 +66,13 @@
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
clock = {
|
tempo = {
|
||||||
format = "%H:%M | %e.%m ";
|
clock_format = "%H:%M | %e.%m ";
|
||||||
|
};
|
||||||
|
|
||||||
|
media_player = {
|
||||||
|
max_title_length = 50;
|
||||||
|
indicator_format = "Icon";
|
||||||
};
|
};
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
@@ -76,7 +81,7 @@
|
|||||||
|
|
||||||
appearance = {
|
appearance = {
|
||||||
scale_factor = 1.2;
|
scale_factor = 1.2;
|
||||||
style = "Gradient";
|
style = "Islands";
|
||||||
success_color = "#a6e3a1";
|
success_color = "#a6e3a1";
|
||||||
text_color = "#cdd6f4";
|
text_color = "#cdd6f4";
|
||||||
workspace_colors = [
|
workspace_colors = [
|
||||||
|
|||||||
Reference in New Issue
Block a user