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.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index cba4fdf..41b2cd3 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -1,4 +1,4 @@
-@import "theme.css";
+@import "nord.css";
* {
font-family: monospace;
@@ -7,8 +7,8 @@
}
window#waybar {
- background-color: #2b3339;
- color: #d3c6aa;
+ background-color: @bg;
+ color: @text;
}
/* window#waybar>* { */
@@ -28,14 +28,14 @@ window#waybar.hidden {
#workspaces button {
padding: 3 6;
min-height: 0px;
- margin-left: 4px;
- color: #d3c6aa;
+ /* margin-left: 4px; */
+ color: @text;
}
#workspaces button.active {
padding: 3 12;
- color: #d3c6aa;
- background-color: #414B50;
+ color: @text;
+ background-color: @activebg;
border-radius: 0px;
}
@@ -207,7 +207,7 @@ label:focus {
}
#cpu {
- color: #d3c6aa;
+ color: @text;
}
#cpu.mid {