Skip to content

Commit

Permalink
Update waybar style.
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmannf committed Feb 16, 2024
1 parent 873106c commit 5ab6512
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions roles/hyprland/templates/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ button {
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
button:hover {
background: inherit;
border-top: 2px solid #c9545d;
border-top: 2px solid #ff5458;
}

#workspaces button {
Expand All @@ -56,11 +56,18 @@ button:hover {
#workspaces button:hover {
}

#workspaces button.active {
/* box-shadow: inset 0 -2px #ff5458; */
background-color: rgba(0,0,0,0.3);
color:#65b2ff;
border-top: 2px solid #65b2ff;
}

#workspaces button.focused {
/* box-shadow: inset 0 -2px #c9545d; */
/* box-shadow: inset 0 -2px #ff5458; */
background-color: rgba(0,0,0,0.3);
color:#c9545d;
border-top: 2px solid #c9545d;
color:#ff5458;
border-top: 2px solid #ff5458;
}

#workspaces button.urgent {
Expand Down

0 comments on commit 5ab6512

Please sign in to comment.