moby: sxmo: waybar: remove the 2px shadows

This commit is contained in:
Colin 2023-07-24 21:11:48 +00:00
parent c7f0e5c8b5
commit 44e3b01e7c
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
[
{ # TOP BAR
layer = "top";
height = 28;
height = 26;
modules-left = [ "sway/workspaces" ];
modules-center = [ ];

View File

@ -3,7 +3,7 @@
window#waybar {
background-color: #418379;
border-bottom: 2px solid #1f5e54;
border-bottom: 0px solid #1f5e54;
color: #ffffff;
transition-property: background-color;
transition-duration: .2s;
@ -20,7 +20,7 @@ window#waybar {
background-color: #418379;
color: #ffffff;
/* Use box-shadow instead of border so the text isn't offset */
box-shadow: inset 0 -2px #1f5e54;
box-shadow: inset 0 0px #1f5e54;
/* Avoid rounded borders under each workspace name */
border: none;
border-radius: 0;
@ -36,7 +36,7 @@ window#waybar {
#workspaces button.focused {
background-color: #63a89c;
box-shadow: inset 0 -2px #2c8274;
box-shadow: inset 0 0px #2c8274;
}
#workspaces button.urgent {