Updated config

This commit is contained in:
2025-01-24 11:04:56 +01:00
parent f0f26f7b6b
commit 56aa5d1e9d
6 changed files with 36 additions and 32 deletions

View File

@ -2,8 +2,8 @@
* {
border: none;
font-family: "Ubuntu Nerd Font";
font-size: 14px;
font-family: "UbuntuMono Nerd Font";
font-size: 15px;
padding: 0;
margin: 0;
}
@ -12,6 +12,7 @@
#waybar {
background: rgba(38, 41, 44, 0.5);
border-top: 1px solid rgba(38, 41, 44, 0.6);
/* background: transparent; */
}
@ -51,6 +52,8 @@
#custom-os {
font-size: 150%;
color: rgb(137, 220, 235);
padding: 4px 8px;
margin-right: 4px;
}
#custom-updates.disabled {