waybar: tweaks
This commit is contained in:
parent
82c4a041f2
commit
736f092190
2 changed files with 5 additions and 3 deletions
|
@ -82,17 +82,18 @@ button {
|
||||||
|
|
||||||
/* If workspaces is the leftmost module, omit left margin */
|
/* If workspaces is the leftmost module, omit left margin */
|
||||||
.modules-left > widget:first-child > #workspaces {
|
.modules-left > widget:first-child > #workspaces {
|
||||||
margin-left: 0;
|
/* margin-left: 0; */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If workspaces is the rightmost module, omit right margin */
|
/* If workspaces is the rightmost module, omit right margin */
|
||||||
.modules-right > widget:last-child > #workspaces {
|
.modules-right > widget:last-child > #workspaces {
|
||||||
margin-right: 0;
|
/* margin-right: 4; */
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
background-color: #a9b665;
|
background-color: #a9b665;
|
||||||
color: #282828;
|
color: #282828;
|
||||||
|
margin-right: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bluetooth {
|
#bluetooth {
|
||||||
|
@ -183,6 +184,7 @@ button {
|
||||||
background-color: #473c29;
|
background-color: #473c29;
|
||||||
color: #d4be98;
|
color: #d4be98;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
margin-left: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-wakatime {
|
#custom-wakatime {
|
||||||
|
|
Loading…
Add table
Reference in a new issue