Skip to content

Commit

Permalink
update waybar config
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Jul 21, 2023
1 parent 12998c7 commit f35b227
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions usr/etc/homedir/.config/waybar/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,15 +197,19 @@
}

#workspaces button {
padding-top: 2px;
color: @tertiary;
}

#workspaces button:hover,
#workspaces button.focused {
color: @text;
color: @primary;
background-color: @shadow;
}
#workspaces button:hover {
color: @text;
background-color: @transparent;

#workspaces button.focused {
padding-top: 0px;
border-top: solid 2px @primary;
}

#idle_inhibitor.deactivated {
Expand Down

0 comments on commit f35b227

Please sign in to comment.