Skip to content

Commit 7d68c03

Browse files
authored
issue-2076: Add refresh rates to xrandr block. (#2223)
* issue-2076: Implement new xrandr output parser with nom. Add support for parsing output refresh rate (v_clock_hz). Add new $refresh_rate placeholder to xrandr block format string. * issue-2076: Add unit tests for new xrandr parser. * issue-2076: Fix CI checks. * issue-2076: Prefer usage of British-spelling. * issue-2076: Flatten parser::Output into Monitor struct.
1 parent 0500ca2 commit 7d68c03

File tree

3 files changed

+426
-83
lines changed

3 files changed

+426
-83
lines changed

cspell.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ignorePaths:
55
- _typos.toml
66
- target/
77
- src/blocks/weather/met_no_legends.json
8+
- testdata/
89
ignoreRegExpList:
910
# Ignore usernames that are @'d
1011
- /@[\w-]*/g

0 commit comments

Comments
 (0)