waybar styles updated
This commit is contained in:
parent
862ac0088e
commit
3cc07734dc
@ -132,8 +132,7 @@ window#waybar.empty #window {
|
|||||||
#custom-quicklink4,
|
#custom-quicklink4,
|
||||||
#custom-quicklink5,
|
#custom-quicklink5,
|
||||||
#custom-quicklink6,
|
#custom-quicklink6,
|
||||||
#mpd
|
#mpd #custom-quicklink7,
|
||||||
#custom-quicklink7,
|
|
||||||
#custom-quicklink8,
|
#custom-quicklink8,
|
||||||
#custom-quicklink9,
|
#custom-quicklink9,
|
||||||
#custom-quicklink10,
|
#custom-quicklink10,
|
||||||
@ -184,7 +183,8 @@ window#waybar.empty #window {
|
|||||||
padding-right: 23px;
|
padding-right: 23px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-waybarthemes,#custom-system {
|
#custom-waybarthemes,
|
||||||
|
#custom-system {
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -257,8 +257,7 @@ window#waybar.empty #window {
|
|||||||
margin: 0px 15px 0px 0px;
|
margin: 0px 15px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-updates.green {
|
#custom-updates.green {}
|
||||||
}
|
|
||||||
|
|
||||||
#custom-updates.yellow {
|
#custom-updates.yellow {
|
||||||
color: #ff9a3c;
|
color: #ff9a3c;
|
||||||
@ -284,7 +283,10 @@ window#waybar.empty #window {
|
|||||||
* Hardware Group
|
* Hardware Group
|
||||||
* ----------------------------------------------------- */
|
* ----------------------------------------------------- */
|
||||||
|
|
||||||
#disk,#memory,#cpu,#language {
|
#disk,
|
||||||
|
#memory,
|
||||||
|
#cpu,
|
||||||
|
#language {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@ -355,7 +357,9 @@ window#waybar.empty #window {
|
|||||||
* Bluetooth
|
* Bluetooth
|
||||||
* ----------------------------------------------------- */
|
* ----------------------------------------------------- */
|
||||||
|
|
||||||
#bluetooth, #bluetooth.on, #bluetooth.connected {
|
#bluetooth,
|
||||||
|
#bluetooth.on,
|
||||||
|
#bluetooth.connected {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: @textcolor;
|
color: @textcolor;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
@ -379,7 +383,8 @@ window#waybar.empty #window {
|
|||||||
margin: 10px 15px 10px 0px;
|
margin: 10px 15px 10px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.charging, #battery.plugged {
|
#battery.charging,
|
||||||
|
#battery.plugged {
|
||||||
color: @textcolor;
|
color: @textcolor;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -425,12 +430,45 @@ to {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mpd.disconnected {
|
#mpd.disconnected {}
|
||||||
|
|
||||||
|
#mpd.stopped {}
|
||||||
|
|
||||||
|
#mpd.paused {}
|
||||||
|
|
||||||
|
#playerctl {
|
||||||
|
background-color: rgba(0, 0, 0, .2);
|
||||||
|
margin-top: 2px;
|
||||||
|
margin-right: 20px;
|
||||||
|
padding: 4px 16px 0px;
|
||||||
|
border: 0px;
|
||||||
|
font-family: monospace;
|
||||||
|
font-size: 14px;
|
||||||
|
color: @textcolor3;
|
||||||
|
border-radius: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mpd.stopped {
|
#playerctl * {
|
||||||
|
transition: all 0.5s ease-in-out;
|
||||||
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mpd.paused {
|
#playerctl *:hover {
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#custom-playerctl-pause-play {
|
||||||
|
margin: 0px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Playing {
|
||||||
|
color: @textcolor3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Paused {
|
||||||
|
color: rgb(180, 180, 180);
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-playerctl-title {
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user