Axarva / dotfiles-2.0

XMonad™️. Widgets go brr.
MIT License
1.72k stars 156 forks source link

A syntax error in configuration #193

Closed rennsax closed 11 months ago

rennsax commented 1 year ago

Describe the bug A config file seems to lose a tail terminator.

In _config/rofi/powermenu/blackpowermenu.rasi:

/* colors */

* {
  background-alt:      #121212ff;
  background:      #121212ff;
  selected:      #ffd5cdff;
  foreground:      #eeeeeeff;
  border:  #00000000
  ac:      #ea907aff;
  red:     #D35D6Eff;
  green:   #90c861ff;
  yellow:  #FDD835ff;
  blue:    #84afdbff;
  purple:  #c47eb7ff;
  cyan:    #4DD0E1ff;
}

The line border: #00000000 should be terminated by ;.

rennsax commented 11 months ago

Find it fixed in #188 (waiting for merging).