Changed waybar to a full bar on bottom with transparency

This commit is contained in:
Trianta
2024-03-18 20:09:05 -05:00
parent cfa2f67baf
commit bcc7b1eab0
2 changed files with 10 additions and 10 deletions
+7 -7
View File
@@ -1,16 +1,16 @@
[
{
"name": "main",
"layer": "top",
"layer": "bottom",
"position": "bottom",
"height": 42,
"height": 44,
"spacing": 0,
"output": "DP-3",
"reload_style_on_change": true,
"margin-left": 800,
"margin-right": 800,
"margin-top": 20,
"margin-bottom": 10,
"margin-left": 0,
"margin-right": 0,
"margin-top": 0,
"margin-bottom": 0,
"modules-left": [
"wireplumber",
"disk",
@@ -29,7 +29,7 @@
],
"clock": {
"interval": 1,
"format": "<b>{:%H:%M:%S}</b>",
"format": "<b>{:%I:%M:%S %p}</b>",
"format-alt": "{:%Y-%m-%d}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
},