aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar')
-rw-r--r--.config/waybar/config2
-rw-r--r--.config/waybar/style.css12
2 files changed, 7 insertions, 7 deletions
diff --git a/.config/waybar/config b/.config/waybar/config
index 3129319..670909e 100644
--- a/.config/waybar/config
+++ b/.config/waybar/config
@@ -9,7 +9,7 @@
"hyprland/window": {
"format": "{}",
- "max-length": 50,
+ "max-length": 60,
"separate-outputs": true,
},
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 9c03fd3..f082e00 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -8,8 +8,8 @@
}
#waybar {
- color: #EBDBB2;
- background: #282828;
+ color: #cdd6f4;
+ background: #1e1e2e;
}
tooltip {
@@ -21,16 +21,16 @@ tooltip {
}
#workspaces button {
- color: #EBDBB2;
+ color: #6c7086;
}
#workspaces button.active {
- color: #282828;
- background: #EBDBB2;
+ color: #cdd6f4;
+ background: #1e1e2e;
}
#window {
- color: #EBDBB2;
+ color: #cdd6f4;
margin-left: 15px;
}