Skip to content

Commit d44b69b

Browse files
Save changes at: 1774126882
1 parent a7b2a4e commit d44b69b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

sway.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,23 +525,29 @@ window#waybar {
525525
padding: 0 6px;
526526
color: #6c7086;
527527
font-size: 10px;
528+
background: none;
528529
}
529530
530531
#workspaces button.focused {
531532
color: #89b4fa;
532-
font-weight: bold;
533+
font-weight: normal;
533534
}
534535
535536
#workspaces button:hover {
536537
background: none;
537538
border-top: none;
538539
box-shadow: none;
540+
font-weight: normal;
539541
}
540542
541543
#workspaces button:not(.focused):hover {
542544
color: #cdd6f4;
543545
}
544546
547+
#workspaces button.focused:hover {
548+
color: #89b4fa;
549+
}
550+
545551
#custom-launcher {
546552
padding: 0 12px;
547553
color: #89b4fa;

0 commit comments

Comments
 (0)