diff --git a/waybar/hz/config.jsonc b/waybar/hz/config.jsonc index d2318a2..1fcb6d6 100644 --- a/waybar/hz/config.jsonc +++ b/waybar/hz/config.jsonc @@ -13,13 +13,13 @@ "layer": "top", // "output": [], "position": "bottom", - // "max-height": 30, - // "width": 1000, + "max-height": 0, + "width": 1000, // "margin": "", - "margin-top": 0, - "margin-bottom": 0, - "margin-left": 0, - "margin-right": 0, + //"margin-top": 0, + //"margin-bottom": 8, + //"margin-left": 10, + //"margin-right": 10, "spacing": 0, "gtk-layer-shell": true, //"border-radius": 16, @@ -162,7 +162,7 @@ //6. Bluetooth headphones disconnect button. "custom/btd": { - "format": " 󰟎", + "format": "󰟎", "tooltip": false, "on-click": "bluetoothctl disconnect 0C:AE:BD:DB:52:3A" }, diff --git a/waybar/hz/style.css b/waybar/hz/style.css index be49b30..4c699c0 100644 --- a/waybar/hz/style.css +++ b/waybar/hz/style.css @@ -15,14 +15,25 @@ font-size: 14px; font-weight: Bold; } -window#waybar { - /*border-top: 2px solid rgba(49,50,68, 0.75);*/ - border-radius: 0px; - /*background: rgba(24, 24, 37, 1.0);*/ - background: rgba(17, 17, 27, 1.0); - color: #7f849c; + +window#waybar { + background: rgba(0,0,0, 0); } +window#waybar > box{ + /*border-top: 2px solid rgba(49,50,68, 0.75);*/ + background: rgba(17, 17, 27, 1.0); + box-shadow: rgba(0, 0, 0, 0.45) 4 4 5 2px; + transition-property: background-color; + transition-duration: .5s; + border-radius: 16; + color: #7f849c; + margin-left: 20px; + margin-right: 20px; + margin-bottom: 8px; + } + + .modules-right { border-radius: 8; @@ -191,10 +202,13 @@ Main.*/ #custom-btd { /*color:#f5e0dc;*/ padding-right: 10px; + font-size: 16px; } #custom-btc { /*color:#f5e0dc;*/ + padding-right: 5px; + font-size: 16px; } #custom-logo {