Aylur / dotfiles

My personal config files
Other
2.59k stars 135 forks source link

Error eww::widgets main_monitor not found #13

Closed MalpenZibo closed 1 year ago

MalpenZibo commented 1 year ago

If I click on buttons that trigger the launcher script I'll get the following error on eww logs and nothing happens.

ERROR eww::widgets > WARNING: command ~/.config/eww/scripts/launcher toggle_menu powermenu timed out
Variable not found "main_monitor"
Aylur commented 1 year ago

Edit the the script like this

# MAIN=$(eww get main_monitor)
MAIN=""

It is a leftover from my previous multimonitor setup