Polish the fuck out of those bars
This commit is contained in:
parent
202a370558
commit
8307ea7ed7
@ -1,7 +1,8 @@
|
||||
[{
|
||||
"id": "top",
|
||||
"name": "top",
|
||||
"layer": "top",
|
||||
"height": 40,
|
||||
"id": "top",
|
||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||
"modules-center": ["sway/window"],
|
||||
"modules-right": ["tray"],
|
||||
@ -31,6 +32,7 @@
|
||||
},
|
||||
{
|
||||
"id": "bottom",
|
||||
"name": "bottom",
|
||||
"layer": "top",
|
||||
"position": "bottom",
|
||||
"height": 40,
|
||||
|
@ -14,7 +14,12 @@
|
||||
|
||||
window#waybar {
|
||||
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user