basic waybar config

This commit is contained in:
Benjamin Palko 2024-03-18 21:51:48 -05:00
parent a7d97cd084
commit 682584db88
15 changed files with 174 additions and 266 deletions

View file

@ -0,0 +1,10 @@
#temperature {
padding: 0 10px;
color: #ddd;
background-color: #f0932b;
}
#temperature.critical {
background-color: #eb4d4b;
}