mako: update padding and color

This commit is contained in:
notohh 2023-06-06 18:10:28 -04:00
parent e2e830bce9
commit 36f2b7e2a3
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -9,11 +9,11 @@
anchor = "top-right"; anchor = "top-right";
output = "DP-3"; output = "DP-3";
font = "jost 10"; font = "jost 10";
padding = "10"; padding = "6";
margin = "18,22,0"; margin = "18,22,0";
backgroundColor = "#1e1e2e"; backgroundColor = "#1e1e2e";
textColor = "#cdd6f4"; textColor = "#cdd6f4";
borderColor = "#f5c2e7"; borderColor = "#74c7ec";
progressColor = "over #313244"; progressColor = "over #313244";
}; };
} }