feat(waybar): show tray on both bars with per-position styling
This commit is contained in:
@@ -3,8 +3,13 @@
|
|||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"height": 44,
|
"height": 44,
|
||||||
|
"modules-left": ["tray"],
|
||||||
"modules-right": ["clock"],
|
"modules-right": ["clock"],
|
||||||
"modules-center": ["sway/workspaces"],
|
"modules-center": ["sway/workspaces"],
|
||||||
|
"tray": {
|
||||||
|
"icon-size": 21,
|
||||||
|
"spacing": 10
|
||||||
|
},
|
||||||
{{ template "workspaces" (dict "out" "DP-2" "ws" (list "5" "6" "7" "8")) }}
|
{{ template "workspaces" (dict "out" "DP-2" "ws" (list "5" "6" "7" "8")) }}
|
||||||
"clock": {
|
"clock": {
|
||||||
"timezone": "America/Montreal",
|
"timezone": "America/Montreal",
|
||||||
|
|||||||
@@ -81,6 +81,6 @@
|
|||||||
color: @crust;
|
color: @crust;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tray {
|
window#waybar.left #tray {
|
||||||
padding-bottom: 2rem;
|
padding-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user