1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-22 14:51:56 +01:00

make sway match i3 look

This commit is contained in:
Nick Boughton 2021-06-25 18:54:35 +01:00
parent f23ca38c73
commit 5398824176
2 changed files with 9 additions and 6 deletions

@ -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",
],

@ -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 {