Browse Source

increase padding as modules are too close

pull/3/head
JaKooLit 2 years ago
parent
commit
18c565a068
  1. 5
      .editorconfig
  2. 2
      config/waybar/style/style-b&w.css
  3. 2
      config/waybar/style/style-dark.css
  4. 2
      config/waybar/style/style-default.css
  5. 2
      config/waybar/style/style-default_alter.css
  6. 2
      config/waybar/style/style-light.css

5
.editorconfig

@ -0,0 +1,5 @@
root = true
[*]
indent_style = space
indent_size = 4

2
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;

2
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;
}

2
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;

2
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; */

2
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;
}

Loading…
Cancel
Save