You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i want to open up btop when i leftClick on cpuTemp button. I have tried using all of the below combinations but nothing works.
I can use bar.customModules.cpuTemp.leftClick = "${config.home.sessionVariables.TERMINAL} -e btop"; but this does not make use of the terminal attribute for a single source of truth.
# tried all 4 of below.terminal="${config.home.sessionVariables.TERMINAL}";terminal="${pkgs.ghostty}/bin/ghostty";terminal="$TERM";terminal="xterm-ghostty";# in conjunction with the each of below.bar.customModules.cpuTemp.leftClick="${pkgs.btop}/bin/btop";bar.customModules.cpuTemp.leftClick="btop";
The text was updated successfully, but these errors were encountered:
mairs8
changed the title
How do you run an onClick command using terminal attribute in HM module.
running onClick command using terminal attribute in HM module.
Jan 18, 2025
mairs8
changed the title
running onClick command using terminal attribute in HM module.
Running onClick command using terminal attribute in HM module.
Jan 18, 2025
i want to open up btop when i leftClick on cpuTemp button. I have tried using all of the below combinations but nothing works.
I can use
bar.customModules.cpuTemp.leftClick = "${config.home.sessionVariables.TERMINAL} -e btop";
but this does not make use of theterminal
attribute for a single source of truth.The text was updated successfully, but these errors were encountered: