Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Leftwm changed from toml to ron format #688

Open
arcolinuxz opened this issue Oct 4, 2022 · 1 comment
Open

Leftwm changed from toml to ron format #688

arcolinuxz opened this issue Oct 4, 2022 · 1 comment

Comments

@arcolinuxz
Copy link

Could you make a new file for leftwm?

Toml configuration was like this.

border_width = 1
margin = [1, 1]

default_border_color = "#4c566a"
floating_border_color = "#4c566a"
focused_border_color = "#5e81ac"

And ron configuration is like this.

(
border_width: 1,
margin: [1, 1],
default_border_color: "#4c566a",
floating_border_color: "#4c566a",
focused_border_color: "#5e81ac",
)

I better put @vuimuch in copy if that is possible here.

@eylles
Copy link

eylles commented Oct 24, 2022

pywal is as good as unmaintained, if you can "cook" up a new template i will gladly add it to pywal16 before releasing 3.4.0 which i DO intend to put out the release tag before the end of the month, i just gotta document changes across 150 commits right now.

cc @VuiMuich

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants