-
It looks like it's (maybe?) pulling the unread count from the `session.json` file, which is being written by both instances, so when I have 1 email in "home" is is also showing 1 email in "work"
![…
-
Hi, I'm trying to change the text color of the module from the polybar config, this is what I'm trying but it's not working.
[module/now-playing]
type = custom/script
tail = true
;format-prefix …
-
I clone your repo and get error when get city from old api `https://ipapi.co/json`
error:
```
python3 $HOME/polybar-collection/scripts/weather/main.py -u metric -a 61527dc595b1f41998133d77d4d7b10…
-
Thanks for your work, I have been using polybar timer for a long time and now waybar. I noticed that togglepause often instead of pausing the timer resets the time and the timer goes off
https://gi…
-
`error: Disabling module "network_2" (reason: Missing parameter "module/network_2.ramp-signal-0")`
Hi! I'm somewhat a novice guy in working with polybar and .ini files. I'm getting this error after…
-
The following scripts are called in the polybar config file, but they are unavailable on the repo:
- update-dnf.sh
- internet.sh
- info-pingrtt.sh
-
below is the code to make these scripts have multi monitor support then just add `monitor = ${env:MONITOR}` to the config.ini for the bar
```
if type "xrandr" > /dev/null; then
while read F1 …
-
The following errors where detected when starting rofi:
/home/user/.config/polybar/hack/scripts/rofi/styles.rasi Parser error: Option icon-theme is not found.
/home/user/.…
-
I put the lines on i3 config:
`
exec ~/.config/polybar/launch.sh --hack`
`exec ~/.config/polybar/hack/scripts/pywal.sh ~/Pictures/Wal/bg2.jpg`
Also `
`
exec_always --no-startup-id~/.config/…
-
This is a continuation of #2078 for the sake of documenting a concrete prototype on how one might refresh polybar after resume from suspend. I didn't want to comment bomb that closed issue any further…