From ef2f10de34162837df952913389321e9e0fb1740 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Thu, 31 Aug 2023 14:30:47 +0200 Subject: [PATCH] Updates --- waybar/myconfig | 2 +- waybar/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/waybar/myconfig b/waybar/myconfig index 81cafee..dec5e95 100644 --- a/waybar/myconfig +++ b/waybar/myconfig @@ -31,8 +31,8 @@ "custom/youtube", "custom/updates", "pulseaudio", - "group/hardware", "battery", + "group/hardware", "custom/exit", "clock" ], diff --git a/waybar/style.css b/waybar/style.css index e35d1a3..339d5ee 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -235,7 +235,7 @@ tooltip label { font-size: 16px; color: @background; border-radius: 12px; - padding: 2px 10px 0px 10px; + padding: 2px 15px 0px 10px; margin: 5px 15px 5px 0px; opacity:0.8; }