Skip to content

Commit

Permalink
fix waybar
Browse files Browse the repository at this point in the history
  • Loading branch information
danilrwx committed Aug 20, 2023
1 parent a86b89e commit bd53130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/waybar/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ button:hover {
}

#workspaces button {
margin: 0px 5px 0px 0px;
margin: 8px 5px 8px 0px;
padding: 2px 3px;
border-radius: 6px;
background-color: transparent;
Expand Down Expand Up @@ -79,7 +79,7 @@ button:hover {
#temperature,
#scratchpad {
padding: 2px 10px;
margin: 0px 0px 0px 8px;
margin: 8px 8px 8px 0px;
background: #fbf1c7;
color: #282828;
border-radius: 6px;
Expand Down

0 comments on commit bd53130

Please sign in to comment.