summaryrefslogtreecommitdiff
path: root/.config/waybar
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar')
-rw-r--r--.config/waybar/config.hypr2
-rw-r--r--.config/waybar/style.css30
2 files changed, 11 insertions, 21 deletions
diff --git a/.config/waybar/config.hypr b/.config/waybar/config.hypr
index 7d9cabb..d2d6322 100644
--- a/.config/waybar/config.hypr
+++ b/.config/waybar/config.hypr
@@ -1,5 +1,5 @@
{
- "height": 24,
+ "height": 30,
"position": "top",
"layer": "top",
"spacing": 4,
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 0e61f84..ca65862 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -6,25 +6,18 @@
padding: 0;
}
-/*
-#waybar {
- background-color: rgba(20, 23, 29, 0.85);
- color: #c7c6c3;
-}
-*/
-
window#waybar {
- background-color: rgba(30, 30, 46, 0.85);
- color: #c7c6c3;
+ background-color: transparent;
}
-/*
window#waybar > box {
- margin-bottom: 8px;
color: #c7c6c3;
- box-shadow: 0px 0px 3px 2px rgba(20, 23, 29, 0.70);
+ margin-bottom: 8px;
+ box-shadow: 1px 1px 3px 1px #151515;
+ background-color: rgba(30, 30, 46, 0.85);
+ transition-property: background-color;
+ transition-duration: .5s;
}
-*/
button {
border: none;
@@ -98,7 +91,6 @@ button {
margin: 0 4px;
}
-
#battery {
color: #97bd5e;
}
@@ -111,11 +103,13 @@ button {
color: #cc5c5c;
}
-#network.disconnected, #wireplumber.muted {
+#network.disconnected,
+#wireplumber.muted {
color: #cc5c5c;
}
-#network.wifi, #network.ethernet {
+#network.wifi,
+#network.ethernet {
color: #789ebf;
}
@@ -143,10 +137,6 @@ button {
color: #cc5c5c;
}
-#custom-newsboat {
- color: #de7e54;
-}
-
#tray > .passive {
-gtk-icon-effect: dim;
}