blob: 48343b7c0154e4164dd6bcc7c0b38890e6315c9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// Keyboard layout, drawn as a flag.
//
// This is an `image` module rather than hyprland/language, because that module
// styles as #language and nothing else: it has no per-language CSS class, so a
// flag cannot be picked by a selector, and its format-<lang> takes text rather
// than a path. wb-lang reads the layout from hyprctl and prints the flag.
//
// The two flags are shipped by this repo: the icon theme has 13 and neither
// Italian nor British is among them.
{
"image#lang": {
"exec": "$HOME/bin/wb-lang",
"size": 20,
"interval": 2,
"signal": 10,
"tooltip": true
}
}
|