Madhav Prabhu
Madhav Prabhu
I have the same issue. ```bash ./pywal.sh ~/Pictures/wallpaper/1776164.jpg ./pywal.sh: line 44: /home/madhavpcm/.cache/wal/colors.sh: No such file or directory Successfully wrote "cmd:restart" to "/tmp/polybar_mqueue.1202" Successfully wrote "cmd:restart" to "/tmp/polybar_mqueue.1203" ```
Hey I would love to contribute, please let me know where I should start :). I assume it is the src/ipc folder, where I should add code for format-x like...
From the users perspective, I am assuming will write they're config something like ``` type = custom/ipc format = format-0-background= ${color0} format-1-background= ${color1} format-2-background= ${color2} hook-0 = echo foobar hook-1...
Hello I'm looking forward to contribute in this repository, as of now I have made a C++ program (with Qt5) to probe and set fan speeds from EC ([link](https://github.com/madhavpcm/DellG5SE-Fan-Linux)). I'm...
Working on it asap.
> Thanks :) > > I have unfortunately noticed that this breaks any existing config that does formatting: > > ```ini > [module/ipc] > type = custom/ipc > > hook-0...
> As to why the module doesn't show anything for that, I don't know. If you upload the latest changes, I may be able to take a look. Latest changes...
> > As to why the module doesn't show anything for that, I don't know. If you upload the latest changes, I may be able to take a look. >...
``` format= format-background = #ff2 format-0 = format-1 = format-2 = format-0-foreground= ${color.foreground} format-1-foreground= #f00 format-2-foreground= ${color.foreground} ; Based on colors defined by user format-0-background= ${color.shade1} format-2-background= ${color.shade3} ``` in...
Also, since output is deprecated in some other modules, I can also work on label support for IPC module.