Explorar el Código

Try to make format_muted width more consistent

Most of numbers from 0 to 100 have 2 digits.
Alois Mahdal hace 10 años
padre
commit
c9d060f37a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      dotfiles/i3status.conf

+ 1
- 1
dotfiles/i3status.conf Ver fichero

39
 
39
 
40
 volume master {
40
 volume master {
41
     format          = "♪%volume"
41
     format          = "♪%volume"
42
-    format_muted    = "♪---%%"
42
+    format_muted    = "♪--%%"
43
     device          = "default"
43
     device          = "default"
44
     mixer           = "Master"
44
     mixer           = "Master"
45
     mixer_idx       = 0
45
     mixer_idx       = 0