From 53988241761030a3b68d344cfaf54ad032d00f2d Mon Sep 17 00:00:00 2001 From: Nick Boughton Date: Fri, 25 Jun 2021 18:54:35 +0100 Subject: [PATCH] make sway match i3 look --- waybar/config | 6 +++--- waybar/style.css | 9 ++++++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/waybar/config b/waybar/config index c132854..7f0b38e 100644 --- a/waybar/config +++ b/waybar/config @@ -12,9 +12,9 @@ { "position": "top", "layer": "bottom", - "margin-top": 0, - "margin-right": 0, - "margin-left": 0, + "margin-top": 5, + "margin-right": 10, + "margin-left": 10, "modules-center": [ "sway/workspaces", ], diff --git a/waybar/style.css b/waybar/style.css index 366d75b..6f406c0 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -32,7 +32,8 @@ window#waybar { color: @text; text-shadow: 1px 1px 1px @background; - background: none; + background: @background; + border-radius: 4px; /*background: rgba(0, 0, 0, 0.5); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;*/ @@ -57,7 +58,7 @@ window#waybar { #custom-powermenu, #custom-covid, #tray { - padding: 5px 10px 0px 10px; + padding: 3px 10px 0px 10px; } #custom-separator { @@ -71,7 +72,7 @@ window#waybar { #workspaces button { color: @text; margin: 0; - padding: 2px 10px 0px 10px; + padding: 2px 15px 0px 15px; border-radius: 0px; } #workspaces button.focused { @@ -124,6 +125,8 @@ window#waybar { } #custom-powermenu { + color: @color2; + padding-top: 1px; margin-right: 3px; } #clock {