Replies: 2 comments 8 replies
-
The closest solution is
It's not supported. See #482 |
Beta Was this translation helpful? Give feedback.
8 replies
-
Another issue (I think) - the default disk format is This doesn't work. I mean, when the disk module is formatted, the percentage bar doesn't appear for it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't know if it is already available. I couldn't find such thing in the
--help
, so I am guessing it's not.Example:
Custom module can be created like this
--set-keyless CustomModule=Value...Blah
. This is present in the example 2. Here a custom module is--set-keyless HardwareStart=┌───────── \e[1mHardware Information\e[0m ─────────┐
, which outputs┌───────── Hardware Information ─────────┐
.The thing I want to achieve:
Now, suppose I want to show the output of
Title
module instead ofHardware Information
string like this┌───────── user@system ─────────┐
. Or, printDE
andWM
in a single line. So, is there already any workaround to achieve this?Expected way:
It would be easier if we could do like below -
--set-keyless CustomModuleOne=┌───────── $Title ─────────┐
--set CustomModuleTwo=$DE, $WM
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions