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
What do you think about setting the titles of the modules in a variable, e.g. (defvar *cpu-title* "CPU: ")?
That would make it easy to customize them in the stumpwm init files, e.g. with a unicode symbol, or removing them completely. Or automatically renaming the network interface, e.g. from something like wlp3s0 to wifi.
The text was updated successfully, but these errors were encountered:
and write your own device-type function that determines the type of the interface and returns it. Take a look at the function net-device in the module for inspiration.
Reading the source code of the modules can solve a lot of these issues.
What do you think about setting the titles of the modules in a variable, e.g.
(defvar *cpu-title* "CPU: ")
?That would make it easy to customize them in the stumpwm init files, e.g. with a unicode symbol, or removing them completely. Or automatically renaming the network interface, e.g. from something like
wlp3s0
towifi
.The text was updated successfully, but these errors were encountered: