File tree 2 files changed +7
-5
lines changed
private_dot_config/zellij/exact_layouts
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 6
6
plugin location= "file:~/.local/bin/zjstatus.wasm" {
7
7
format_left "{mode} #[fg=magenta,bold]{session}"
8
8
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}"
10
11
format_space ""
11
12
12
13
border_enabled "false"
@@ -41,10 +42,10 @@ layout {
41
42
command_cpu_rendermode "static"
42
43
command_cpu_interval "3"
43
44
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"
48
49
49
50
datetime "#[fg=black,bold] {format} "
50
51
datetime_format "%a %d/%m %H:%M"
Original file line number Diff line number Diff line change
1
+ fund=false
You can’t perform that action at this time.
0 commit comments