Results 29 comments of Name

I can test this for you, I have an M2 mac and I can emulate an x86-64 one using UTM

> > I can test this for you, I have an M2 mac and I can emulate an x86-64 one using UTM > > The main issue (sorry, I kinda...

If there's anyway I can help further I'm more than happy too ^^ I'll see if I can take a look at the GitHub workflows tomorrow if you'd like @preland...

> > If there's anyway I can help further I'm more than happy too ^^ > > I'll see if I can take a look at the GitHub workflows tomorrow...

Huh this is really odd, can you give information about the enviroment your running this in?

I would be interested in implementing this, however @lighttigerXIV has mentioned about support and maintenance being difficult to sustain for the main application.

Heyo @2mnml :wave:, so I've managed to get the CLI up and running. Just working in the GUI now, I can push the CLI commits to my fork if you...

Heyo @2mnml, I've pushed to my repor the commits, You'd have to compile it yourself currently though, so i've provided a quick script: ```bash git clone https://github.com/NamesCode/catppuccinifier.git \ cd catppuccinifier/src/catppuccinifier-cli...

> @2mnml in main.rs change update > > ```rust > let temp_path = match env::consts::OS { > "linux" => "/tmp/catppuccinifier/".to_string(), > "windows" => "C:\\Windows\\TEMP\\catppuccinifier\\".to_string(), > _ => "".to_string(), > };...