diff --git a/waybar/config b/waybar/config index b5dec5b..ee12d2e 100755 --- a/waybar/config +++ b/waybar/config @@ -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": "{:%H:%M:%S}", + "format": "{:%I:%M:%S %p}", "format-alt": "{:%Y-%m-%d}", "tooltip-format": "{:%Y %B}\n{calendar}" }, diff --git a/waybar/style.css b/waybar/style.css index a8bcf48..18ba293 100755 --- a/waybar/style.css +++ b/waybar/style.css @@ -10,8 +10,8 @@ } window#waybar { - background: @mantle; - border: 4px solid @crust; + background: alpha(@mantle, 0.7); + border-top: 4px solid @crust; border-radius: 0px; color: @peach; padding: 4px; @@ -37,7 +37,7 @@ window#waybar.hidden { .modules-left, .modules-center, .modules-right { - padding: 4px; + padding: 4 4 2 4px; } #clock,