mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(i3status-rust): show current keyboard layout
This commit is contained in:
@@ -121,6 +121,11 @@ in {
|
||||
device = wirelessInterface;
|
||||
format = "{ssid} {signal_strength}";
|
||||
}
|
||||
{
|
||||
block = "custom";
|
||||
interval = 5;
|
||||
command = ''printf "⌨ %s\n" "$(${pkgs.xkblayout-state}/bin/xkblayout-state print %s)"'';
|
||||
}
|
||||
{
|
||||
block = "battery";
|
||||
device = batteryName;
|
||||
|
||||
Reference in New Issue
Block a user