diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f8e7280 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true +[*] +indent_style = space +indent_size = 4 + diff --git a/config/waybar/style/style-b&w.css b/config/waybar/style/style-b&w.css index 610b247..f7750f7 100644 --- a/config/waybar/style/style-b&w.css +++ b/config/waybar/style/style-b&w.css @@ -130,7 +130,7 @@ tooltip label{ #custom-weather.snowyIcyNight, #custom-weather.default #idle_inhibitor { - padding: 0px 4px; + padding: 0px 6px; } #mode { color: #cc3436; diff --git a/config/waybar/style/style-dark.css b/config/waybar/style/style-dark.css index 53e8d3f..565b639 100644 --- a/config/waybar/style/style-dark.css +++ b/config/waybar/style/style-dark.css @@ -128,7 +128,7 @@ #custom-weather.default, #idle_inhibitor { color: #cba7f7; - padding: 0px 6px; + padding: 0px 10px; border-radius: 10px; } diff --git a/config/waybar/style/style-default.css b/config/waybar/style/style-default.css index efadafe..5d2e40f 100644 --- a/config/waybar/style/style-default.css +++ b/config/waybar/style/style-default.css @@ -109,7 +109,7 @@ #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.default { - padding: 0px 6px; + padding: 0px 10px; color: #e5e5e5; /* color: #bf616a; */ border-radius: 8px; diff --git a/config/waybar/style/style-default_alter.css b/config/waybar/style/style-default_alter.css index 98ce098..08f6a7b 100644 --- a/config/waybar/style/style-default_alter.css +++ b/config/waybar/style/style-default_alter.css @@ -132,7 +132,7 @@ tooltip label{ #custom-cycle_wall, #custom-screen_locker, #custom-weather { - padding: 0px 6px; + padding: 0px 10px; /*margin: 4px 3px 5px 3px;*/ /*color: @fgcolor;*/ /* background-color: #bbccdd; */ diff --git a/config/waybar/style/style-light.css b/config/waybar/style/style-light.css index 9cb493c..99f34c0 100644 --- a/config/waybar/style/style-light.css +++ b/config/waybar/style/style-light.css @@ -128,7 +128,7 @@ tooltip label { #custom-weather.default, #idle_inhibitor { color: #000000; - padding: 0px 6px; + padding: 0px 10px; border-radius: 10px; }