Polish the fuck out of those bars

This commit is contained in:
Salt 2024-07-27 23:15:29 -05:00
parent 202a370558
commit 8307ea7ed7
2 changed files with 9 additions and 2 deletions

View File

@ -1,7 +1,8 @@
[{ [{
"id": "top",
"name": "top",
"layer": "top", "layer": "top",
"height": 40, "height": 40,
"id": "top",
"modules-left": ["sway/workspaces", "sway/mode"], "modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["sway/window"], "modules-center": ["sway/window"],
"modules-right": ["tray"], "modules-right": ["tray"],
@ -31,6 +32,7 @@
}, },
{ {
"id": "bottom", "id": "bottom",
"name": "bottom",
"layer": "top", "layer": "top",
"position": "bottom", "position": "bottom",
"height": 40, "height": 40,

View File

@ -14,7 +14,12 @@
window#waybar { window#waybar {
background: #282828; background: #282828;
/* border-bottom: 4px solid #32302f; */ }
window#waybar.top {
background: linear-gradient(0deg, rgba(40,40,40,0) 0%, rgba(40,40,40,1) 80%);
}
window#waybar.bottom {
background: linear-gradient(180deg, rgba(40,40,40,0) 0%, rgba(40,40,40,1) 80%);
} }
/* swaywm stuff */ /* swaywm stuff */