Skip to content

Commit

Permalink
waybar: box padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mobsenpai committed Jul 4, 2024
1 parent efd2c96 commit 7dd314c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions modules/home-manager/programs/waybar.nix
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,8 @@ in
color: ${xcolors.fg1};
}
.modules-left{
padding-left: 4px;
}
.modules-right {
padding-right: 4px;
window#waybar > box {
padding: 2px;
}
#clock,
Expand All @@ -219,7 +215,6 @@ in
#window,
#memory {
background: ${xcolors.bg0};
margin: 2px 0;
}
#battery,
Expand Down

0 comments on commit 7dd314c

Please sign in to comment.