Many things

This commit is contained in:
Andrea Ciceri 2022-11-02 22:51:05 +01:00
parent 3b11f01f84
commit 6b3c9e83f7
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
17 changed files with 139 additions and 28 deletions

View file

@ -1,7 +1,7 @@
* {
border: none;
font-family: "Fira Code, Symbols Nerd Font";
font-weight: bold;
font-weight: normal;
font-size: 9pt;
min-height: 0;
}
@ -14,7 +14,7 @@ window#waybar {
transition-duration: .5s;
}
window .modules-right * {
window .modules-right :not(image) { /* :not(image) excluded tray icon */
margin: 0 1rem;
}
@ -28,6 +28,10 @@ window#waybar.hidden {
color: #ffffff;
}
#workspaces button label {
font-size: 25px;
}
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
#workspaces button:hover {
background: rgba(0, 0, 0, 0.2);