Skip to content

Commit

Permalink
Entered white colors
Browse files Browse the repository at this point in the history
  • Loading branch information
luyu-wu committed Dec 5, 2023
1 parent 2b29e5d commit 8aa532a
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions waybar/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
border: none;
border-radius: 12px;
font-family: Fira Code Nerd Font;
/*color: rgb(0,0,0);*/
/*font-family: Source Code Pro; */
font-size: 20px;
min-height: 34px;
}

window#waybar {
background: rgba(0, 0, 0, 0.5);
background: rgba(255, 255, 255, 0.5);
/* border-radius: 0px 0px 20px 20px; */
border-radius: 0px 0px 0px 0px;

border-bottom: 2px solid rgba(150, 150, 150, 0.5);
border-bottom: 2px solid rgba(100, 100, 100, 0.5);

}

Expand Down Expand Up @@ -68,8 +69,8 @@ window#waybar.PCSX2 #window {

#network {
transition: none;
color: #ffffff;
background-color: rgba(0, 0, 0, 0.15);
color: #000000;
background-color: rgba(0, 0, 0, 0.05);
border: 1px solid rgba(100, 114, 125, 0.7);
border-radius: 0px 10px 10px 0px;

Expand All @@ -81,8 +82,8 @@ window#waybar.PCSX2 #window {
#bluetooth {

transition: none;
color: #ffffff;
background-color: rgba(0, 0, 0, 0.15);
color: #000000;
background-color: rgba(0, 0, 0, 0.05);
border-radius: 10px 0px 0px 10px;

border: 1px solid rgba(100, 114, 125, 0.7);
Expand All @@ -94,7 +95,7 @@ window#waybar.PCSX2 #window {

}
#battery {
background-color: rgba(0, 0, 0, 0.15);
background-color: rgba(0, 0, 0, 0.05);

border: 1px solid rgba(100, 114, 125, 0.7);
border-left: 0px transparent;
Expand All @@ -106,13 +107,14 @@ window#waybar.PCSX2 #window {
margin-bottom: 5px;
margin-top: 3px;

color: white;
color: #000000;

}

#backlight {
transition: none;
color: #ffffff;
background-color: rgba(0, 0, 0, 0.15);
color: #000000;
background-color: rgba(0, 0, 0, 0.05);
border-radius: 10px 0px 0px 10px;

border: 1px solid rgba(100, 114, 125, 0.7);
Expand All @@ -124,8 +126,8 @@ window#waybar.PCSX2 #window {
}
#wireplumber {
transition: none;
color: #ffffff;
background-color: rgba(0, 0, 0, 0.15);
color: #000000;
background-color: rgba(0, 0, 0, 0.05);
border-radius: 0px 0px 0px 0px;

border: 1px solid rgba(100, 114, 125, 0.7);
Expand All @@ -142,13 +144,14 @@ window#waybar.PCSX2 #window {

#clock {
transition: none;
color: #ffffff;
color: #000000;

background: transparent;
}
#mpris {
transition: none;
color: #ffffff;
background-color: rgba(0, 0, 0, 0.15);
color: #000000;
background-color: rgba(0, 0, 0, 0.05);
border-radius: 10px 10px 10px 10px;

font-size: 16px;
Expand Down

0 comments on commit 8aa532a

Please sign in to comment.