waybar: tweaks
This commit is contained in:
parent
82c4a041f2
commit
736f092190
2 changed files with 5 additions and 3 deletions
|
@ -65,7 +65,7 @@
|
|||
"spacing": 10
|
||||
},
|
||||
"clock": {
|
||||
"format": "{: %H:%M %d/%m/%Y}",
|
||||
"format": "{: %H:%M %d/%m/%Y}",
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||
"format-alt": "{:%Y-%m-%d}"
|
||||
},
|
||||
|
|
|
@ -82,17 +82,18 @@ button {
|
|||
|
||||
/* If workspaces is the leftmost module, omit left margin */
|
||||
.modules-left > widget:first-child > #workspaces {
|
||||
margin-left: 0;
|
||||
/* margin-left: 0; */
|
||||
}
|
||||
|
||||
/* If workspaces is the rightmost module, omit right margin */
|
||||
.modules-right > widget:last-child > #workspaces {
|
||||
margin-right: 0;
|
||||
/* margin-right: 4; */
|
||||
}
|
||||
|
||||
#clock {
|
||||
background-color: #a9b665;
|
||||
color: #282828;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
#bluetooth {
|
||||
|
@ -183,6 +184,7 @@ button {
|
|||
background-color: #473c29;
|
||||
color: #d4be98;
|
||||
font-size: 16px;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
#custom-wakatime {
|
||||
|
|
Loading…
Add table
Reference in a new issue