Skip to content

Commit

Permalink
feat(waybar): Style workspaces with open windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jalil-salame committed Feb 8, 2024
1 parent 7e62834 commit c25fb17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/waybar/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ with config.stylix.fonts;
let
colorlessModules = place: ''
.modules-${place} #workspaces button {
border-bottom: 3px solid @base01;
}
.modules-${place} #workspaces button.persistent {
border-bottom: 3px solid transparent;
}
.modules-${place} #workspaces button.focused,
Expand Down

0 comments on commit c25fb17

Please sign in to comment.