Coder Social home page Coder Social logo

Comments (4)

francma avatar francma commented on May 23, 2024

What commands are you using to feed wob with values? What happens if you echo directly to $XDG_RUNTIME_DIR/wob.sock?

from wob.

joaonunatings avatar joaonunatings commented on May 23, 2024

echo "$(pamixer --get-volume) $wob_background $wob_border $wob_sink_bar" > $WOBSOCK

Where variables:

set $wob_background #C4C4C422
set $wob_border #FFFFFFFF
set $wob_sink_bar #5DADE2FF
set $wob_source_bar #86EDA8FF
set $wob_backlight_bar #D7DBDDFF

Echoing directly to $XDG_RUNTIME_DIR/wob.sock shows me default wob config.

from wob.

francma avatar francma commented on May 23, 2024

This is what i get when i run ps xa | grep wob with command line parameters.

 262393 pts/4    S+     0:00 wob -a bottom -H 20 -W 1920 -o 0 -b 0 -p 0 -t 1500 --overflow-mode nowrap

My guess is that you are starting wob multiple times in your config or something and only the first one runs because second call to mkfifo $WOBSOCK will fail if $WOBSOCK already exists.

from wob.

joaonunatings avatar joaonunatings commented on May 23, 2024

Ok then this problem may be related to how I launch sway.
I'll try and dig into this problem, but thank you.

from wob.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.