We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871190d commit 140daf3Copy full SHA for 140daf3
examples/config_simple.toml
@@ -81,10 +81,15 @@ layout = [
81
"${magenta} $<cpu.cpu>",
82
"${blue} $<gpu.vendor> $<gpu.name>",
83
"${!#03ff93} $<ram.ram>",
84
+ "${!#af3af2} $<disk(/).used> / $<disk(/).total> ($<disk(/).used_perc>)",
85
"${1}├────────── Software Information ──────────┤",
86
"${red} $<os.name> $<system.arch>",
87
"${cyan} $<os.uptime>",
- "${cyan} $<user.shell>",
88
+ "${!#afff2a} $<os.kernel>",
89
+ "${!#f5dffa} $<user.wm_name> $<user.wm_version>",
90
+ "${!#ffa1a4} $<user.terminal>",
91
+ "${cyan} $<user.shell>",
92
+ "${green} $<os.pkgs>",
93
"${1}└──────────────────────────────────────────┘",
94
"$<builtin.colors_symbol( )>"
95
]
screenshots/cbonsai.png
9.02 KB
0 commit comments