river: añadir tags 1-10

This commit is contained in:
Cat /dev/Nulo 2021-10-31 22:00:08 -03:00
parent db32c5e3ac
commit 04490b619b
2 changed files with 30 additions and 0 deletions

View file

@ -67,6 +67,16 @@ define_tag $((1 << 4)) Y
define_tag $((1 << 5)) Comma define_tag $((1 << 5)) Comma
define_tag $((1 << 6)) Period define_tag $((1 << 6)) Period
define_tag $((1 << 7)) Slash define_tag $((1 << 7)) Slash
define_tag $((1 << 11)) 1
define_tag $((1 << 12)) 2
define_tag $((1 << 13)) 3
define_tag $((1 << 14)) 4
define_tag $((1 << 15)) 5
define_tag $((1 << 16)) 6
define_tag $((1 << 17)) 7
define_tag $((1 << 18)) 8
define_tag $((1 << 19)) 9
define_tag $((1 << 20)) 0
all_tags=$(((1 << 32) - 1)) all_tags=$(((1 << 32) - 1))
riverctl map normal $mod 0 set-focused-tags $all_tags riverctl map normal $mod 0 set-focused-tags $all_tags

View file

@ -30,6 +30,16 @@ bar:
6: {string: {text: ","}} 6: {string: {text: ","}}
7: {string: {text: "."}} 7: {string: {text: "."}}
8: {string: {text: "/"}} 8: {string: {text: "/"}}
12: {string: {text: "1"}}
13: {string: {text: "2"}}
14: {string: {text: "3"}}
15: {string: {text: "4"}}
16: {string: {text: "5"}}
17: {string: {text: "6"}}
18: {string: {text: "7"}}
19: {string: {text: "8"}}
20: {string: {text: "9"}}
21: {string: {text: "0"}}
content: content:
map: map:
tag: state tag: state
@ -46,6 +56,16 @@ bar:
6: {string: {text: ",", foreground: *accent}} 6: {string: {text: ",", foreground: *accent}}
7: {string: {text: ".", foreground: *accent}} 7: {string: {text: ".", foreground: *accent}}
8: {string: {text: "/", foreground: *accent}} 8: {string: {text: "/", foreground: *accent}}
12: {string: {text: "1", foreground: *accent}}
13: {string: {text: "2", foreground: *accent}}
14: {string: {text: "3", foreground: *accent}}
15: {string: {text: "4", foreground: *accent}}
16: {string: {text: "5", foreground: *accent}}
17: {string: {text: "6", foreground: *accent}}
18: {string: {text: "7", foreground: *accent}}
19: {string: {text: "8", foreground: *accent}}
20: {string: {text: "9", foreground: *accent}}
21: {string: {text: "0", foreground: *accent}}
deco: {stack: [background: {color: *bg2}]} deco: {stack: [background: {color: *bg2}]}
unfocused: {map: {<<: *river_base}} unfocused: {map: {<<: *river_base}}
invisible: invisible: