소스 검색

The JSON protocol does not seem to support color names

Or rather the frontend had changed syntax, because this used to work.
This will suffice until we come up with proper syntax or something...
Alois Mahdal 6 년 전
부모
커밋
b0f2cda5c4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      dotfiles/i3/bin/i3staplus

+ 1
- 1
dotfiles/i3/bin/i3staplus 파일 보기

@@ -11,7 +11,7 @@ kb_layout() {
11 11
     )
12 12
     case $layout in
13 13
         us) color='' ;;
14
-        *)  color=',"color": "red"' ;;
14
+        *)  color=',"color": "#ff0000"' ;;
15 15
     esac
16 16
     printf '{"full_text": " %s"%s},' \
17 17
         "$layout" "$color"