marcellbarsony / arch

Arch Linux install script
0 stars 0 forks source link

LEFTWM - Theme (#652) #5

Closed marcellbarsony closed 2 years ago

marcellbarsony commented 2 years ago

Issue

❯ leftwm-check
:: LeftWM version: 0.3.0
:: LeftWM git hash: a62c85e
:: Loading configuration . . .
    -> Configuration loaded OK
:: Checking keybinds . . .
    -> All keybinds OK
:: Checking environment . . .
    -> Environment OK
:: Checking theme . . .
ERROR: `commands.pipe` is deprecated. See https://github.com/leftwm/leftwm/issues/652 for workaround.

Root cause

Including Display ID in command pipe name (#643) broke LeftWM's theme configuration.

marcellbarsony commented 2 years ago

Workaround

Workaround has been applied to dotfiles in commit [6cd4212] based on VuiMuich's comment on #652.

Unfortunately #643 was a little bit of a breaking change. Please use either leftwm command "LoadTheme <ThemePath>" or when you want to stick to the echo to commandpipe method please change command.pipe to command-0.pipe (or any other display id you can get from echo $DISPLAY)

Sorry for the inconvenience.