diff --git a/waybar/config b/waybar/config
index 7a4c77a..e9f42e8 100644
--- a/waybar/config
+++ b/waybar/config
@@ -65,7 +65,7 @@
"spacing": 10
},
"clock": {
- "format": "{: %H:%M %d/%m/%Y}",
+ "format": "{: %H:%M %d/%m/%Y}",
"tooltip-format": "{:%Y %B}\n{calendar}",
"format-alt": "{:%Y-%m-%d}"
},
diff --git a/waybar/style.css b/waybar/style.css
index 9b02b3e..5d0f93b 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -82,17 +82,18 @@ button {
/* If workspaces is the leftmost module, omit left margin */
.modules-left > widget:first-child > #workspaces {
- margin-left: 0;
+ /* margin-left: 0; */
}
/* If workspaces is the rightmost module, omit right margin */
.modules-right > widget:last-child > #workspaces {
- margin-right: 0;
+ /* margin-right: 4; */
}
#clock {
background-color: #a9b665;
color: #282828;
+ margin-right: 6px;
}
#bluetooth {
@@ -183,6 +184,7 @@ button {
background-color: #473c29;
color: #d4be98;
font-size: 16px;
+ margin-left: 6px;
}
#custom-wakatime {