waybar: add network widget, margins, border and rounded corners

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-13 18:20:48 +02:00
co-authored by Claude Sonnet 4.6
parent e91b96405e
commit fe6a4af7e6
4 changed files with 56 additions and 2 deletions
+8 -1
View File
@@ -1,6 +1,6 @@
* {
font-family: JetBrainsMono Nerd Font;
font-size: 13px;
font-size: 18px;
border: none;
border-radius: 0;
min-height: 0;
@@ -9,6 +9,8 @@
window#waybar {
background: #0a0a0a;
color: #f3eeea;
border: 1px solid #560500;
border-radius: 8px;
}
#custom-nurgle {
@@ -39,6 +41,11 @@ window#waybar {
color: #f3eeea;
}
#custom-network {
color: #f3eeea;
padding: 0 8px;
}
#cpu {
color: #f3eeea;
padding: 0 8px;