added logging to eww hyprman interactions so debugging is easier if not dev probably not necessary

This commit is contained in:
2025-03-07 21:52:04 +01:00
parent c462f68fc6
commit ce0b6b674f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
(deflisten activewindow :initial "..." "hyprman -a") (deflisten activewindow :initial "..." "RUST_BACKTRACE=1 hyprman -a 2>>/tmp/eww_hyprman_activewindow.log")
(defvar windowIcons (defvar windowIcons
`{ `{

View File

@@ -1,4 +1,4 @@
(deflisten workspaces :initial "" "hyprman -w") (deflisten workspaces :initial "" "hyprman -w 2>>/tmp/eww_hyprman_workspaces.log")
(defvar workspaceIcons '{ (defvar workspaceIcons '{
"empty": "", "empty": "",