summaryrefslogtreecommitdiff
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.css3
2 files changed, 2 insertions, 3 deletions
diff --git a/.config/waybar/config b/.config/waybar/config
index 8915b2b..18111ed 100644
--- a/.config/waybar/config
+++ b/.config/waybar/config
@@ -1,7 +1,7 @@
{
"layer": "top",
"height": 15,
- "margin": "10 25 -15 25",
+ "margin": "0 0 0 0",
"modules-left": ["hyprland/workspaces", "custom/separator", "tray"],
"modules-center": ["hyprland/window"],
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 7e9c40e..2d65a37 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -8,8 +8,7 @@
window#waybar {
background-color: rgba(13, 27, 42, 0.5);
color: rgba(228, 228, 239, 1);
- border: 2px solid rgba(238, 171, 196, 0.8);
- border-radius: 10px;
+ border: 0px solid rgba(238, 171, 196, 0.8);
}
#window {