1
0
forked from extern/nix-config

waybar: Add padding-right to tray

This fixes an issue where the tray icon would previous be at the edge of
the screen. So far, the tray is only used for fcitx.
This commit is contained in:
Donovan Glover 2022-03-22 11:07:51 -04:00
parent daec189305
commit d45807e590
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -28,6 +28,10 @@ window#waybar {
margin: 0 5px;
}
#tray {
padding-right: 10px;
}
#mode {
background: #64727D;
border-bottom: 3px solid white;