diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-10-23 23:03:05 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-10-23 23:03:05 +0900 |
| commit | 18c565a068ac463f6d6ec7aade8d61391dca6c54 (patch) | |
| tree | cad756a17f718dfbf607d3ef2f757fa35040b7cb | |
| parent | 2487d266a0721ccfebcdcbd9db64523b64e6ec47 (diff) | |
increase padding as modules are too close
| -rw-r--r-- | .editorconfig | 5 | ||||
| -rw-r--r-- | config/waybar/style/style-b&w.css | 2 | ||||
| -rw-r--r-- | config/waybar/style/style-dark.css | 2 | ||||
| -rw-r--r-- | config/waybar/style/style-default.css | 2 | ||||
| -rw-r--r-- | config/waybar/style/style-default_alter.css | 2 | ||||
| -rw-r--r-- | config/waybar/style/style-light.css | 2 |
6 files changed, 10 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..f8e72805 --- /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 610b247d..f7750f78 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 53e8d3ff..565b6391 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 efadafe2..5d2e40f3 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 98ce0987..08f6a7b7 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 9cb493c2..99f34c0d 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; } |
