Skip to content

Commit 61e3c76

Browse files
committed
chore: remove GPU stats
1 parent a3c9ec3 commit 61e3c76

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

private_dot_config/zellij/exact_layouts/default.kdl.tmpl

+6-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ layout {
66
plugin location="file:~/.local/bin/zjstatus.wasm" {
77
format_left "{mode} #[fg=magenta,bold]{session}"
88
format_center "{tabs}"
9-
format_right "{command_git_branch} #[fg=blue]CPU {command_cpu} #[fg=green]GPU {command_gpu} {datetime}"
9+
// format_right "{command_git_branch} #[fg=blue]CPU {command_cpu} #[fg=green]GPU {command_gpu} {datetime}"
10+
format_right "{command_git_branch} #[fg=blue]CPU {command_cpu} {datetime}"
1011
format_space ""
1112

1213
border_enabled "false"
@@ -41,10 +42,10 @@ layout {
4142
command_cpu_rendermode "static"
4243
command_cpu_interval "3"
4344

44-
command_gpu_command "nvidia-smi --query-gpu temperature.gpu --format='csv,noheader,nounits'"
45-
command_gpu_format "#[fg=green,bold]{stdout}°C"
46-
command_gpu_rendermode "static"
47-
command_gpu_interval "3"
45+
// command_gpu_command "nvidia-smi --query-gpu temperature.gpu --format='csv,noheader,nounits'"
46+
// command_gpu_format "#[fg=green,bold]{stdout}°C"
47+
// command_gpu_rendermode "static"
48+
// command_gpu_interval "3"
4849

4950
datetime "#[fg=black,bold] {format} "
5051
datetime_format "%a %d/%m %H:%M"

private_dot_npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fund=false

0 commit comments

Comments
 (0)