style: force waybar colors to avoid inconsistency with themes

This commit is contained in:
Youwen Wu 2024-10-31 11:37:51 -07:00
parent 3b70ba1abf
commit f5b2c76cb0
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -3,6 +3,7 @@ window#waybar {
background-color: rgba(0,0,0,0); background-color: rgba(0,0,0,0);
font-size: 0.8rem; font-size: 0.8rem;
border-radius: 0.5rem; border-radius: 0.5rem;
color: #cccccc;
} }
.modules-left { .modules-left {
@ -36,6 +37,8 @@ window#waybar {
#workspaces button { #workspaces button {
font-size: 0.6rem; font-size: 0.6rem;
padding: 0 0.3rem 0 0; padding: 0 0.3rem 0 0;
border: #cccccc;
color: #cccccc;
} }
#window { #window {