Adjust waybar colors
This commit is contained in:
parent
cea2312b38
commit
ca8400ae71
|
@ -33,15 +33,15 @@ button:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
background-color: #002F5F;
|
background-color: #023269;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
background-color: #002F5F;
|
background-color: #023269;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
background-color: #002F5F;
|
background-color: #023269;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
|
@ -77,7 +77,7 @@ button:hover {
|
||||||
#cpu.cpu2,
|
#cpu.cpu2,
|
||||||
#memory,
|
#memory,
|
||||||
#temperature {
|
#temperature {
|
||||||
background-color: #002F5F;
|
background-color: #023269;
|
||||||
}
|
}
|
||||||
|
|
||||||
#taskbar button {
|
#taskbar button {
|
||||||
|
@ -91,7 +91,7 @@ button:hover {
|
||||||
margin-bottom:2px;
|
margin-bottom:2px;
|
||||||
}
|
}
|
||||||
#taskbar button.active {
|
#taskbar button.active {
|
||||||
background-color: #002F5F;
|
background-color: #023269;
|
||||||
}
|
}
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
|
|
Loading…
Reference in New Issue