Browse Source

waybar style tweak

pull/3/head
JaKooLit 2 years ago
parent
commit
01588689e1
  1. 7
      config/waybar/style/style-default.css
  2. 6
      config/waybar/style/style-default_alter.css

7
config/waybar/style/style-default.css

@ -109,7 +109,7 @@ tooltip label{
#custom-weather.showyIcyDay, #custom-weather.showyIcyDay,
#custom-weather.snowyIcyNight, #custom-weather.snowyIcyNight,
#custom-weather.default { #custom-weather.default {
padding: 0px 10px; padding: 0px 6px;
color: #e5e5e5; color: #e5e5e5;
/* color: #bf616a; */ /* color: #bf616a; */
border-radius: 8px; border-radius: 8px;
@ -119,7 +119,7 @@ tooltip label{
#workspaces { #workspaces {
border-radius: 6px; border-radius: 6px;
padding: 0px 10px; padding: 0px 6px;
border: 1px solid #b4befe; border: 1px solid #b4befe;
} }
@ -144,7 +144,7 @@ tooltip label{
#custom-menu { #custom-menu {
color: #FFFFFF; color: #FFFFFF;
padding: 6px; padding: 6px;
padding-right: 10px; padding-right: 6px;
border-radius: 8px; border-radius: 8px;
background-color: rgba(50, 50, 50, 0.1); background-color: rgba(50, 50, 50, 0.1);
border: 1px solid #b4befe; border: 1px solid #b4befe;
@ -318,3 +318,4 @@ label:focus {
#taskbar button.active { #taskbar button.active {
background-color: #7f849c; background-color: #7f849c;
} }

6
config/waybar/style/style-default_alter.css

@ -132,8 +132,8 @@ tooltip label{
#custom-cycle_wall, #custom-cycle_wall,
#custom-screen_locker, #custom-screen_locker,
#custom-weather { #custom-weather {
padding: 1px 6px 0px 6px; padding: 0px 6px;
margin: 4px 3px 5px 3px; /*margin: 4px 3px 5px 3px;*/
/*color: @fgcolor;*/ /*color: @fgcolor;*/
/* background-color: #bbccdd; */ /* background-color: #bbccdd; */
background-color:transparent; background-color:transparent;
@ -193,7 +193,7 @@ label:focus {
#custom-menu{ #custom-menu{
color: #FFFFFF; color: #FFFFFF;
padding: 3px; /*padding: 3px;*/
} }
#cpu { #cpu {

Loading…
Cancel
Save