aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css53
1 files changed, 8 insertions, 45 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 64d425a..ac0dc89 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -1,14 +1,14 @@
-@import "theme.css";
* {
border: none;
border-radius: 0;
- font-family: monospace;
+ font-family: JetBrainsMono Nerd Font Propo;
font-weight: normal;
font-size: 14px;
min-height: 0;
}
#waybar {
+ color: #EBDBB2;
background: #282828;
}
@@ -34,51 +34,14 @@ tooltip {
margin-left: 15px;
}
-#mpris {
- color: @mauve;
-}
-
-#network {
- color: #b8bb26;
-}
-
-#network.disconnected {
- color: #fb4934;
-}
-
-#custom-weather {
- color: #EBDBB2;
-}
-
-#custom-pacman {
- color: #EBDBB2;
-}
-
-#pulseaudio {
- color: #EBDBB2;
-}
-
-#wireplumber {
- color: #EBDBB2;
+#custom-nettraf {
+ min-width: 120px;
}
-#cpu {
- color: @yellow;
-}
-
-#memory {
- color: #EBDBB2;
-}
-
-#temperature {
- color: #EBDBB2;
-}
-
-#clock {
- color: #EBDBB2;
- margin-right: 10px;
+#custom-volume {
+ min-width: 60px;
}
-#tray {
- color: @red;
+#custom-internet {
+ margin-right: 15px;
}