Pratyush Das

Results 45 comments of Pratyush Das

Sure. Followup question - Do we want to use nsis instead of tar in appveyor?

Do we always want NSIS version 3.0? The page the version number is currently being extracted from(https://github.com/vgvassilev/cling/blob/master/tools/packaging/cpt.py#L1210) extracts version 3.0 but the latest NSIS version is version 3.04 (https://sourceforge.net/p/nsis/news/). If...

Did not work. I still face the same issue as before of i3blocks-contrib scripts not being recognized.

Thanks! That works. But this means that the sample script to get running does not work?

> But this did not work when I switched GPU to intel only - the GPU blocks still showed up taking space, just that they were empty since there was...

> Do you have enough space on your screen? Yes This is how it looks when I have switched on my Nvidia GPU - ![2019-11-09_09-40](https://user-images.githubusercontent.com/11775615/68522844-53c68f00-02d6-11ea-8478-9ae51ef62d18.png) This is how it looks...

It seems like this was the offending block - ``` #Nvidia Usage [nvidia use] label=GPU USE command=/home/reik/.config/i3blocks/nvidia-use.sh interval=1 ``` This is nvidia-use.sh - ``` #!/bin/bash nvidia-smi --format=csv,noheader --query-gpu=utilization.gpu ``` Could...

> Didn't tested but try luck with this: > > [nvidia use] > label=GPU > command=nvidia-smi --format=csv,noheader --query-gpu=utilization.gpu -l 1 > interval=persist That block doesn't show up :(

It does. Not sure why the block doesn't show up :(

Seems like I had removed the wrong link by mistake. Fixed it.