non important commit

This commit is contained in:
benstrb 2026-01-31 10:53:09 +01:00
parent eab9bb97eb
commit 9f91e19129

View file

@ -27,5 +27,37 @@
}; };
}; };
}; };
style = ''
* {
font-family: monospace;
font-size: 13px;
}
window#waybar {
background-color: #1e1e2e;
color: #cdd6f4;
}
#workspaces button {
padding: 0 8px;
color: #cdd6f4;
background-color: transparent;
}
#workspaces button.active {
background-color: #89b4fa;
color: #1e1e2e;
}
#workspaces button:hover {
background-color: #313244;
}
#clock {
padding: 0 10px;
color: #cdd6f4;
}
'';
}; };
} }