summaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
authorAndrew Guschin <guschin@altlinux.org>2024-07-29 17:41:06 +0400
committerAndrew Guschin <guschin@altlinux.org>2024-07-29 17:41:06 +0400
commit88a8e97feabcd29606cceb7a85ddd9db45104dcb (patch)
tree7a5fc5c0c957444d748bee40c5c466ecf339374b /.config/waybar/style.css
parent6cef7dd69713b18bceb8f38080bbe720f45c7483 (diff)
add network module and change font for correct icons rendering
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css10
1 files changed, 3 insertions, 7 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index c968d00..73a7ed8 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -1,6 +1,6 @@
* {
- font-family: monospace, sans-serif;
- font-size: 12px;
+ font-family: Fira Code Nerd, monospace, sans-serif;
+ font-size: 13px;
color: #fff;
}
@@ -10,15 +10,11 @@ window#waybar {
#workspaces,
#clock,
+#network,
#pulseaudio,
-#memory,
-#cpu,
#battery,
-#disk,
#tray {
- background-color: black;
padding: 0 5px;
- border-radius: 50px;
margin-right: 10px;
}