This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fontconfig warning: using without calling FcInit() | |
00:00:00.010 [INFO] [../labwc/src/config/tablet.c:111] Adding button map for 0x140 with 0x110 | |
00:00:00.010 [INFO] [../labwc/src/config/tablet.c:111] Adding button map for 0x14b with 0x111 | |
00:00:00.010 [INFO] [../labwc/src/config/tablet.c:111] Adding button map for 0x14c with 0x112 | |
00:00:00.010 [INFO] [../labwc/src/config/tablet.c:111] Adding button map for 0x110 with 0x110 | |
00:00:00.010 [INFO] [../labwc/src/config/tablet.c:111] Adding button map for 0x111 with 0x111 | |
00:00:00.010 [INFO] [../labwc/src/config/tablet.c:111] Adding button map for 0x112 with 0x112 | |
00:00:00.010 [INFO] [../labwc/src/config/tablet.c:111] Adding button map for 0x113 with 0x113 | |
00:00:00.010 [INFO] [../labwc/src/config/tablet.c:111] Adding button map for 0x114 with 0x114 | |
00:00:00.010 [INFO] [../labwc/src/config/tablet.c:111] Adding button map for 0x115 with 0x115 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{/* | |
* VisualCrossing uses US ZIP codes, | |
* or "City,Country" format for location, | |
* Country is in ISO-3166-2 ALPHA-2 format | |
* (https://www.iban.com/country-codes) | |
*/} | |
import { css } from "uebersicht" | |
import { run } from "uebersicht" |