Procházet zdrojové kódy

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

Alois Mahdal před 1 měsícem
rodič
revize
06b9ed35b5
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      dotfiles/config/i3/bin/i3staplus

+ 1
- 0
dotfiles/config/i3/bin/i3staplus Zobrazit soubor

@@ -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='' ;;