From 18c9e9d5decc07ccb4f913e16a66664eb2cc9e1b Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Thu, 21 Dec 2023 16:45:28 +0100 Subject: [PATCH] margin changes --- waybar/themes/ml4w-blur/style.css | 58 ++++++++++++++++++------------- waybar/themes/ml4w/style.css | 12 +++++-- 2 files changed, 43 insertions(+), 27 deletions(-) diff --git a/waybar/themes/ml4w-blur/style.css b/waybar/themes/ml4w-blur/style.css index 8dddc42..6d42c2a 100644 --- a/waybar/themes/ml4w-blur/style.css +++ b/waybar/themes/ml4w-blur/style.css @@ -149,37 +149,45 @@ window#waybar.empty #window { * Custom Quicklinks * ----------------------------------------------------- */ - #custom-brave, - #custom-browser, - #custom-keybindings, - #custom-outlook, - #custom-filemanager, - #custom-teams, - #custom-chatgpt, - #custom-calculator, - #custom-windowsvm, - #custom-cliphist, - #custom-wallpaper, - #custom-settings, - #custom-wallpaper, - #custom-system, - #custom-waybarthemes { - margin-right: 23px; - font-size: 20px; - font-weight: bold; - opacity: 0.8; - color: @iconcolor; - } +#custom-brave, +#custom-browser, +#custom-keybindings, +#custom-outlook, +#custom-filemanager, +#custom-teams, +#custom-chatgpt, +#custom-calculator, +#custom-windowsvm, +#custom-cliphist, +#custom-wallpaper, +#custom-settings, +#custom-wallpaper, +#custom-system, +#custom-waybarthemes { + margin-right: 23px; + font-size: 20px; + font-weight: bold; + opacity: 0.8; + color: @iconcolor; +} - #custom-waybarthemes, #custom-settings, #custom-system { - margin-right:15px; - } +#custom-system { + margin-right:15px; +} + +#custom-wallpaper { + margin-right:25px; +} + +#custom-waybarthemes, #custom-settings { + margin-right:20px; +} /* ----------------------------------------------------- * Idle Inhibator * ----------------------------------------------------- */ - #idle_inhibitor { +#idle_inhibitor { margin-right: 15px; font-size: 16px; font-weight: bold; diff --git a/waybar/themes/ml4w/style.css b/waybar/themes/ml4w/style.css index 85ebdf0..1bc1cda 100644 --- a/waybar/themes/ml4w/style.css +++ b/waybar/themes/ml4w/style.css @@ -162,7 +162,7 @@ window#waybar.empty #window { #custom-cliphist, #custom-wallpaper, #custom-settings, -#custom-wallpaper, +#custom-wallpaper, #custom-system, #custom-waybarthemes { margin-right: 23px; @@ -172,10 +172,18 @@ window#waybar.empty #window { color: @iconcolor; } -#custom-waybarthemes, #custom-settings, #custom-system { +#custom-system { margin-right:15px; } +#custom-wallpaper { + margin-right:25px; +} + +#custom-waybarthemes, #custom-settings { + margin-right:20px; +} + /* ----------------------------------------------------- * Idle Inhibator * ----------------------------------------------------- */