Open HeCodes2Much opened 2 years ago
Where do I put teh script? I have been struggling trying to get polybar themes to work on multiple displays.
Where do I put teh script? I have been struggling trying to get polybar themes to work on multiple displays.
there should already be a script just need to edit it with the code above I don't think upsteam is working on the themes anymore I may fork them later
I edited the launch.sh and pasted the code between the launch and the ilfs. It didn't work the.
I edited the launch.sh and pasted the code between the launch and the ilfs. It didn't work the.
did you also change the MONITOR= inside the polybar bar too ?
@The-Repo-Club monitor = ${env:MONITOR}
what does env
means here? shouldn't this be just ${MONITOR}
not all programs can read env values so that is why it's there for polybar
below is the code to make these scripts have multi monitor support then just add
monitor = ${env:MONITOR}
to the config.ini for the barPS: most systems come with xrandr anyways but if not then add that in the list as a depends :)