fix waybar spacing
This commit is contained in:
@@ -6,8 +6,10 @@
|
|||||||
#stats,
|
#stats,
|
||||||
#stats-drawer {
|
#stats-drawer {
|
||||||
margin: 0 0.5em;
|
margin: 0 0.5em;
|
||||||
|
/* disabled when border is square
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
|
*/
|
||||||
/*color: @peach;*/
|
/*color: @peach;*/
|
||||||
color: @text;
|
color: @text;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -24,6 +26,7 @@
|
|||||||
#custom-nvidia,
|
#custom-nvidia,
|
||||||
#memory,
|
#memory,
|
||||||
#power-profiles-daemon,
|
#power-profiles-daemon,
|
||||||
|
#clock,
|
||||||
#network {
|
#network {
|
||||||
color: @text;
|
color: @text;
|
||||||
padding: 0 0.5em;
|
padding: 0 0.5em;
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
#workspaces {
|
#workspaces {
|
||||||
margin: 0 0.5em;
|
margin: 0 0.5em;
|
||||||
|
/* disabled when border is square
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
|
*/
|
||||||
color: @peach;
|
color: @peach;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
|
|||||||
Reference in New Issue
Block a user