浏览代码

Set color for `bmo be` %presenting mode in i3staplus

Alois Mahdal 1 个月前
父节点
当前提交
06b9ed35b5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      dotfiles/config/i3/bin/i3staplus

+ 1
- 0
dotfiles/config/i3/bin/i3staplus 查看文件

@@ -32,6 +32,7 @@ bmo_be_ovw() {
32 32
     case $ovw in
33 33
         *%gone)     color=',"color": "#ff0000"' ;;
34 34
         *%mtg)      color=',"color": "#ff0000"' ;;
35
+        *%presenting)   color=',"color": "#ff0000"' ;;
35 36
         *%onbreak)  color=',"color": "#33aa55"' ;;
36 37
         *%working)  color=',"color": "#cccccc"' ;;
37 38
         *)          color='' ;;