eww: Show current keyboard layout

This commit is contained in:
2024-11-20 22:26:47 +01:00
parent 06affa9723
commit a411350480
2 changed files with 15 additions and 6 deletions

View File

@ -163,6 +163,15 @@ scale trough {
background: $lowlight2;
}
.toggleable {
transition: border 0.5s;
}
.toggleable.on {
border-left: solid 2px green;
border-right: solid 2px green;
}
.clickable {
transition: background-color 0.2s;
}